mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Socket.accept should have returned [fd, addr]; fix #3999
This commit is contained in:
@@ -463,7 +463,7 @@ class Socket < BasicSocket
|
||||
end
|
||||
|
||||
def sysaccept
|
||||
Socket._accept(self.fileno)[0]
|
||||
Socket._accept(self.fileno)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user