Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

avoids clearing TE headers while sending requests to the backend #708

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

shamsimam
Copy link
Contributor

Changes proposed in this PR

  • avoids clearing TE headers while sending requests to the backend

Why are we making these changes?

The te header is not removed as it is needed by grpc to detect incompatible proxies: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md

@shamsimam shamsimam requested a review from sradack April 24, 2019 21:13
@shamsimam shamsimam self-assigned this Apr 24, 2019
@sradack
Copy link
Contributor

sradack commented Apr 25, 2019

TE should only be removed for HTTP/2. See discussion envoyproxy/envoy#5541

@shamsimam shamsimam force-pushed the handle-te-trailers branch 2 times, most recently from f0eb1cc to 45113c1 Compare April 25, 2019 15:25
@shamsimam
Copy link
Contributor Author

TE should only be removed for HTTP/2.

@sradack done, ready for review.

@sradack sradack merged commit bbde350 into master Apr 25, 2019
@sradack sradack deleted the handle-te-trailers branch April 25, 2019 17:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants