Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,6 @@ start:
Syscall SYS_accept4, r14, NULL, NULL, SOCK_NONBLOCK
cmp rax, 0
jge @f

; this just means another thread already handled this
cmp rax, -EAGAIN ; EWOULDBLOCK also aliases to EAGAIN on linux
je .switch_end

error 20, "failed to accept connection"
@@:

Expand Down