Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(azure-functions) strip headers that are disallowed by HTTP/2
Per https://tools.ietf.org/html/rfc7540#section-8.1.2.2 intermediaries that proxy HTTP/1.1 responses to HTTP/2 clients should strip certain headers that do not serve any purpose in HTTP/2. Not stripping these headers results in a protocol violation for RFC-compliant clients. See a similar fix for the aws-lambda plugin here: f2ee98e From #5 Signed-off-by: Thibault Charbonnier <[email protected]>
- Loading branch information