-
Notifications
You must be signed in to change notification settings - Fork 5.1k
http: delaying filter stack creation until full headers have been received #3599
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
Conversation
…rs have been received (envoyproxy#3574)" (envoyproxy#3590)" This reverts commit 28cea91. Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, thanks, makes sense what was wrong previously.
Oops looks like master merge needed. |
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
(intentionally waiting until after we cut the release) |
docs/root/intro/version_history.rst
Outdated
@@ -68,6 +68,7 @@ Version history | |||
to elide *x-forwarded-for* header modifications. | |||
* http: fixing a bug in inline headers where addCopy and addViaMove didn't add header values when | |||
encountering inline headers with multiple instances. | |||
http: response filters not applied to early error paths such as http_parser generated 400s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move into new release section?
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
I think this is ready to go, pending approval for master merge. |
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
This is a precursor to creating a custom filter stack for websocket vs HTTP.
Risk Level: High
Testing: new unit tests to verify correct watermark behavior
Docs Changes: n/a
Release Notes: yes.