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
Linux, Client mode, OpenSSL and Poll defines set, keep-alive enabled, comparing 0.13.3 with 0.18.2.
Server is running Apache2 delivering static files, Content-Length used.
The first GET request takes about 200ms as expected.
With 0.13.3 the second and subsequent requests take around 60ms as expected.
With 0.18.2 the second and subsequent requests take anywhere from 4000ms to 5000ms.
If I don't enable keep-alive the requests takes around 200ms as expected.