-
Notifications
You must be signed in to change notification settings - Fork 5.3k
http: Internal redirects with request body #15634
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
Merged
snowp
merged 34 commits into
envoyproxy:main
from
derekargueta:internal-redirects-with-request-body
Apr 8, 2021
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
062ba89
inital working implementation of internal redirects with request body
derekargueta 9c78a33
docs updates
derekargueta 121897e
add runtime guard for internal redirects with request body
derekargueta 7ff59b2
ensure that full body was read in integration test
derekargueta be591ab
handle request buffer overflows for internal redirects
derekargueta cfcf021
Merge branch 'main' into internal-redirects-with-request-body
derekargueta faac7a8
update docs with reuqirements for internal redirects
derekargueta fca3fb1
update router unit tests
derekargueta 954b790
fix format
derekargueta 30aad9e
learned that current.rst is alphabetically sorted
derekargueta 25c766a
add missing mock
derekargueta 877f90e
review feedback
derekargueta 22523c1
Merge branch 'main' into internal-redirects-with-request-body
derekargueta 9a99cef
fix tests
derekargueta d35327c
docs note about trailers
derekargueta c8bfad1
fix formatting
derekargueta 920b32c
attempt ASAN fix
derekargueta 47ff9bf
more sure fix for ASAN
derekargueta e454bbc
rename test to include Legacy suffix
derekargueta 1e0bcf2
fix logic for FilterManager early exit in recreateStream
derekargueta 4d8e310
Merge branch 'main' into internal-redirects-with-request-body
derekargueta cf21cce
support HTTP 303 (tests pending)
derekargueta a887d49
add integration test for HTTP 303
derekargueta ac4f51f
Merge branch 'main' into internal-redirects-with-request-body
derekargueta 6aae343
add documentation note on HTTP 303 handling
derekargueta 64f3ac9
preserve HTTP HEAD, check content-length on HTTP 303 redirects
derekargueta ce75e21
format redirect_integration_test.cc
derekargueta 1578b23
fix validation of content-length
derekargueta 014fbc5
review feedback: collapse if-statements and snap runtime value to filter
derekargueta 0aade8d
Merge branch 'main' into internal-redirects-with-request-body
derekargueta a4e68e2
Merge branch 'main' into internal-redirects-with-request-body
derekargueta 13cdac0
add ASSERT_TRUE for waitForEndStream() as done in d6acb14
derekargueta 721938f
re-use buffered_request_data variable instead of calling filter_manag…
derekargueta 44c8594
Merge branch 'main' into internal-redirects-with-request-body
derekargueta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.