Skip to content

reply socks error on more codepath

trinity-1686a requested to merge trinity-1686a/arti:socks-errors into main

I think all code-paths in handle_socks_conn now reply something before exiting, except for io errors on the socket, or a few annotated exceptions.

This also close the connection on some happy paths that used to only flush it, but wouldn't reuse it after, relying less on Drop, which is problematic in async context.

fix #258 (closed)

Edited by trinity-1686a

Merge request reports