tokio-rs / tokio-minihttp

Protocol implementation experimentations
Apache License 2.0
448 stars 50 forks source link

task error #7

Closed stalkerg closed 8 years ago

stalkerg commented 8 years ago

Under high load by siege I have next errors: ERROR:tokio_proto::server: task error: Connection reset by peer (os error 104)

I suppose we should try read socket again.

PS my current performance results really bad. sapper on hyper 2x faster

alexcrichton commented 8 years ago

Ok, this has been updated with recent tokio-core/tokio-proto changes and I think this is taken care of now. If you still see this though please let me know!