boris-sinyapkin / lurk

Lightweight implementation of a SOCKS5 proxy built on async Rust
0 stars 0 forks source link

Treat EOF as benign connection close #26

Open boris-sinyapkin opened 4 months ago

boris-sinyapkin commented 4 months ago

Currently server reports such connection close as an error 'early eof', but it actually OK, because client may close connection earlier than expected.

boris-sinyapkin commented 4 months ago

This is more a logging update, server should not pollute logs with redundant errors.