swindon-rs / tk-http

Full featured HTTP and Websockets library for rust/tokio
Apache License 2.0
136 stars 10 forks source link

fix client parser poll #29

Closed popravich closed 7 years ago

popravich commented 7 years ago

Async::NotReady should be returned on io.read() condition and not on parse_headers() -> None