-
Notifications
You must be signed in to change notification settings - Fork 263
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
Extreme slowdowns (x20) in web spec tests with warp==3.3.4 #780
Comments
@hasufell Thank you for reporting.
|
I think about ~1k, but some of them have multiple requests. Shouldn't |
Yes, |
I don't see any FINs from the client https://gist.github.com/hasufell/d87db04ada989c34bba37beebfadde01 The client is
IMO, it's a huge assumption. I think such a big change should be as narrow in scope as possible. |
OK. I will think workaround for HTTP/1.1. |
@kazu-yamamoto afais wreq uses http-client to do the calls and this doesn't seem to send FIN either. @snoyberg? |
I don't know offhand, but the keepalive/connection manager code in http-client would probably prevent that. |
Bug Report
We are running some webspecs with a scotty/warp/wreq/http2 stack.
The freeze file can be seen at: https://gist.github.com/hasufell/0d709bbbdc06af9a86809d64be69dd6c#file-cabal-freeze-broken
Our entire test suite used to take 8 minutes, with the bump to
warp==3.3.4
it takes about 3 hours. There is no other bump that can cause it, all other dependencies are exactly the same.I wasn't able to create a minimal test case yet, please bear with me.
The text was updated successfully, but these errors were encountered: