bannsec / cosmosocks

Socks server written in Cosmopolitan libc
GNU General Public License v3.0
20 stars 2 forks source link

Better error code handling #7

Open bannsec opened 2 years ago

bannsec commented 2 years ago

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.