Commits
Moises Silva committed f5f4df34833
Fix ESL infinite loop on handle_recv() when errno is already set system calls do not clear errno, just set it in case of failure, so we gotta make sure the recv() syscall really failed by checking the return value