-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panics when benchmarking with wrk #65
Comments
Interesting, is there a way to print out the full text of the request? also, if you could re-run and get a backtrace that'd be great |
Sorry, I don't know wrk well enough to know if that is possible/how to do that. Here is the full backtrace:
|
hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm |
If I am reading this correctly, it looks like Line 131 in 61d1d83
|
I ran into this last night and am still debugging it. For some reason the |
I wanted to do a quick benchmark of this with the
server
example and wrk.When running wrk (
wrk --latency -t2 -c100 -d10s "http://localhost:7878"
), the example immediately panics with:I tried changing a few flags in wrk and running the example in both debug and release mode, but didn't want to spend much time digging in.
Not sure if wrk does anything weird to HTTP connections, but I've never seen this in any Hyper-based web servers.
This is with Rust
1.20
, the master branch of this project, and wrk4.0.2
(on Linux).The text was updated successfully, but these errors were encountered: