-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ContentEncodingHttpRequesterFilter to remove content-length (#2365)
Motivation: ContentEncodingHttpRequesterFilter will apply compression or decompression. This may change the overall payload length and if the content-length header is present it will likely be incorrect after. Modifications: - Remove the content-length header if encoding/decoding is applied in ContentEncodingHttpRequesterFilter. Headers are already manipulated to add/remove content-encoding.
- Loading branch information
1 parent
f8cb571
commit 952ce2e
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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