Skip to content
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

Closed
sdeleuze opened this issue Dec 23, 2016 · 5 comments
Closed

Add support for HTTP 1.0 #21

sdeleuze opened this issue Dec 23, 2016 · 5 comments
Labels
type/enhancement A general enhancement

Comments

@sdeleuze
Copy link
Contributor

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.

@sdeleuze sdeleuze added this to the 0.6.1.RELEASE milestone Dec 23, 2016
@smaldini smaldini modified the milestone: 0.6.1.RELEASE Jan 4, 2017
@smaldini smaldini added the type/enhancement A general enhancement label Jan 4, 2017
@sdeleuze
Copy link
Contributor Author

See RxNetty feedback which supports that but only explicitly ReactiveX/RxNetty#575 (comment)

@smaldini smaldini modified the milestones: 0.6.2.RELEASE, 0.6.3.RELEASE Mar 7, 2017
@smaldini smaldini modified the milestones: 0.6.3.RELEASE, 0.7.0.RELEASE May 3, 2017
@smaldini smaldini modified the milestones: 0.8.0.RELEASE, 0.8.x Backlog Dec 14, 2017
@bclozel
Copy link
Member

bclozel commented Dec 19, 2017

Someone also reported that Reactor Netty doesn't support "Connection: close" request headers in this case.

See SPR-16309.

@johnny
Copy link

johnny commented Jul 24, 2020

I cannot reproduce this issue anymore. Has this been closed?

@violetagg
Copy link
Member

violetagg commented Jul 24, 2020

@johnny I have to check this, we haven't worked on that.

@sdeleuze
Copy link
Contributor Author

Indeed I can't reproduce it anymore so closing this issue.

@violetagg violetagg removed this from the General Backlog milestone Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

6 participants