You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce from b8cc872 (macOS 10.12.4, macbook pro with 4 cores):
$ cargo build --example http-server
$ target/debug/examples/http-server&
$ ab http://127.0.0.1:5555/
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)...apr_pollset_poll: The timeout specified has expired (70007)
Total of 1 requests completed
First off, thanks for mioco!
Steps to reproduce from b8cc872 (macOS 10.12.4, macbook pro with 4 cores):
Sending single requests via telnet or Chrome works fine. I think it has to do with not closing the connection here: https://github.com/dpc/mioco/blob/master/examples/http-server.rs#L68
If I add a
return Ok(())
there,ab
works intermittently. It hangs every few requests.The text was updated successfully, but these errors were encountered: