Bowarc / crates

Collection of small crates i use in my projects
1 stars 0 forks source link

Netwoking proxy's stream is not non_blocking #9

Closed hugolz closed 11 months ago

hugolz commented 11 months ago

https://github.com/Bowarc/Crates/blob/1e4b6092df696cee35da5b2d51c4866ba9092502/networking/src/proxy.rs#L72 add

stream.set_nonblocking(true).unwrap();

(w/ better error management)