-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to disable chunked transfer-encoding (#3864)
* fix for bug: #3640 Signed-off-by: Jitendra Kumar <[email protected]> * fix for bug: #3640 Signed-off-by: Jitendra Kumar <[email protected]> * fix for bug: #3640 Signed-off-by: Jitendra Kumar <[email protected]> * fix for bug: #3640 Signed-off-by: Jitendra Kumar <[email protected]> * adding chunk support for non-compressed request Signed-off-by: Jitendra Kumar <[email protected]> * Diable chunked transfer encoding in integration tests. Signed-off-by: dblock <[email protected]> * Replace chunkedTransferEncodingEnabled with chunkedEnabled. Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> * Make chunkedEnabled optional. Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> * Remove Optional<Boolean> constructor. Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> * Remove optionals from constructors. Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> * Use Optional.empty() Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> * Use a mode idiomatic syntax in isChunked. Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Co-authored-by: Jitendra Kumar <[email protected]>
- Loading branch information
Showing
4 changed files
with
337 additions
and
22 deletions.
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
Oops, something went wrong.