File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/aws-cpp-sdk-core/source/client Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -220,10 +220,7 @@ void setLegacyClientConfigurationParameters(ClientConfiguration& clientConfig)
220220 clientConfig.writeRateLimiter = nullptr ;
221221 clientConfig.readRateLimiter = nullptr ;
222222 clientConfig.httpLibOverride = Aws::Http::TransferLibType::DEFAULT_CLIENT;
223-
224- // Users can explicitly set CLIENT_IMPLEMENTATION if their custom client handles chunking
225- clientConfig.httpClientChunkedMode = HttpClientChunkedMode::DEFAULT;
226-
223+ clientConfig.httpClientChunkedMode = HttpClientChunkedMode::CLIENT_IMPLEMENTATION;
227224 clientConfig.followRedirects = FollowRedirectsPolicy::DEFAULT;
228225 clientConfig.disableExpectHeader = false ;
229226 clientConfig.enableClockSkewAdjustment = true ;
You can’t perform that action at this time.
0 commit comments