mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04:20:30 +00:00
Release redbean 2.0.1
This commit is contained in:
parent
8b13e1acc8
commit
42b34c26f8
7 changed files with 67 additions and 101 deletions
|
@ -2551,7 +2551,6 @@ UNIX MODULE
|
|||
ip, port = assert(unix.getsockname(sock))
|
||||
print("listening on ip", FormatIp(ip), "port", port)
|
||||
assert(unix.listen(sock))
|
||||
assert(unix.accept(sock))
|
||||
while true do
|
||||
client, clientip, clientport = assert(unix.accept(sock))
|
||||
print("got client ip", FormatIp(clientip), "port", clientport)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue