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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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
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