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

HttpServerRequest::receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in #3540

Merged
merged 6 commits into from
Dec 17, 2024

Conversation

reta
Copy link
Contributor

@reta reta commented Dec 10, 2024

We have run into the issue with latest Apache HttpClient5 5.4.1 / Apache HttpCore5 5.3.1 as a client (Reactor Netty as the HTTP server with HTTP/1.1 and H2C protocols) that now tries HTTP/1.1 TLS Upgrade (RFC-2817) by default, see please [1] for context. The HttpServerRequest::receiveContent() never emits any value nor completes since no next / completion callbacks are called.

Closes #3538

…es when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in

Signed-off-by: Andriy Redko <[email protected]>
@violetagg violetagg added the type/bug A general bug label Dec 11, 2024
@violetagg violetagg added this to the 1.1.26 milestone Dec 11, 2024
Copy link
Member

@violetagg violetagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are almost ready, just one small change.

Copy link
Member

@violetagg violetagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@violetagg violetagg merged commit 89c4896 into reactor:main Dec 17, 2024
14 checks passed
violetagg pushed a commit that referenced this pull request Dec 17, 2024
…es when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in (#3540)

Signed-off-by: Andriy Redko <[email protected]>
violetagg added a commit that referenced this pull request Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
2 participants