bannsec / cosmosocks

Socks server written in Cosmopolitan libc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error code handling

bannsec opened this issue · comments

Currently, cosmosocks will just close the connection on error. Technically you should be sending an error code back, though I haven't seen other servers really implement this either.