-
Notifications
You must be signed in to change notification settings - Fork 646
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
Add support for HTTP 1.0 #21
Labels
type/enhancement
A general enhancement
Comments
See RxNetty feedback which supports that but only explicitly ReactiveX/RxNetty#575 (comment) |
Someone also reported that Reactor Netty doesn't support See SPR-16309. |
I cannot reproduce this issue anymore. Has this been closed? |
@johnny I have to check this, we haven't worked on that. |
Indeed I can't reproduce it anymore so closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed recently about the issue raised on https://jira.spring.io/browse/SPR-14964, a very simple
ab -n 1 -c 1 http://localhost:8082/items/10
on Spring + Reactor Netty based server block forever likely because Reactor Netty does not support HTTP 1.0.The text was updated successfully, but these errors were encountered: