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

[UNDERTOW-1938][UNDERTOW-2259][UNDERTOW-2258][UNDERTOW-2246][UNDERTOW-2251] Backport bug fixes #1469

Merged
merged 9 commits into from Apr 18, 2023

Conversation

…y waiting for a worker cycle to complete after closing the open listener's connections, making sure no connection is going to be reused in the next request.

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…gTestCase

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…e by setting a listener to the response channel, resuming reads, and listening to the events at that channel until the final response (non informational status) is received

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…the stream source from the http2 channel only after getting a END_STREAM

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…throw a protocol error for headers sent for existing channel without a END_STREAM: this is precisely the scenario of a header sent after a continue response

Also: mark channel  as final

Signed-off-by: Flavia Rainone <frainone@redhat.com>
@fl4via fl4via added waiting CI check Ready to be merged but waiting for CI check maintenance branch Targeting maintainance branch labels Apr 18, 2023
fl4via and others added 4 commits April 18, 2023 02:34
…r map is updated when processing pending frames

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…Map.putAll is using the Iterator, because headerNames field could be not initialized when putAll is invoked.

Signed-off-by: Flavia Rainone <frainone@redhat.com>
…M in the response if response status is 100

Signed-off-by: Flavia Rainone <frainone@redhat.com>
@fl4via fl4via removed the waiting CI check Ready to be merged but waiting for CI check label Apr 18, 2023
@fl4via fl4via merged commit c8be667 into undertow-io:2.2.x Apr 18, 2023
19 checks passed
@fl4via fl4via deleted the 2.2.x_backport_bug_fixes branch April 18, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance branch Targeting maintainance branch
Projects
None yet
2 participants