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
When benchmarking a Spring Web Reactive + RxNetty server application with a simple ab -n 1 -c 1 http://localhost:8083/items/10 command, it blocks indefinitely while it works perfectly fine with curl or wrk. I think this is because ab is using HTTP 1.0 (we had the same issue on Reactor Netty). More details on https://jira.spring.io/browse/SPR-14964.
Could you confirm HTTP 1.0 is not supported yet?
The text was updated successfully, but these errors were encountered:
When benchmarking a Spring Web Reactive + RxNetty server application with a simple
ab -n 1 -c 1 http://localhost:8083/items/10
command, it blocks indefinitely while it works perfectly fine withcurl
orwrk
. I think this is becauseab
is using HTTP 1.0 (we had the same issue on Reactor Netty). More details on https://jira.spring.io/browse/SPR-14964.Could you confirm HTTP 1.0 is not supported yet?
The text was updated successfully, but these errors were encountered: