boris-sinyapkin / lurk

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

[Refactor] NFC: unify peer handlers into one handler #12

Closed boris-sinyapkin closed 5 months ago

boris-sinyapkin commented 5 months ago

This change is intended to be non-functional. All handlers dedicated for SOCKS5 peer were unified into one LurkPeerHandler.

LurkConnectionHandler was removed from server module.