-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Do not merge: revert fixes to investigate cause of regression in CI. #1600
Closed
fl4via
wants to merge
12
commits into
undertow-io:master
from
fl4via:REVERT_FIXES_TO_TEST_REGRESSION
Closed
Do not merge: revert fixes to investigate cause of regression in CI. #1600
fl4via
wants to merge
12
commits into
undertow-io:master
from
fl4via:REVERT_FIXES_TO_TEST_REGRESSION
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tes when session was created during the authentication phase. Once authentication is complete restore original (configured) session timeout." This reverts commit 0410f3c.
Signed-off-by: Flavia Rainone <[email protected]>
…Url to outside of the path verification loop in Http2ReceiveListener.checkRequestHeaders" This reverts commit 3e8a596.
…nsole" This reverts commit 4b8a8c1.
…ont match" This reverts commit 0d7efb8.
…ult to no caching." This reverts commit 357f54b.
This reverts commit 499f875.
This reverts commit f65a0c6.
This reverts commit b0be853.
This reverts commit a0ef325.
Investigation is done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR is to investigate the slowness that caused UNDERTOW-2400. Do not merge.