We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31838b commit 74517bfCopy full SHA for 74517bf
src/aws-cpp-sdk-core/include/smithy/client/features/ChunkingInterceptor.h
@@ -58,7 +58,7 @@ class AwsChunkedStreamBuf : public std::streambuf {
58
* Interceptor that handles chunked encoding for streaming requests with checksums.
59
* Wraps request body with chunked stream and sets appropriate headers.
60
*/
61
-class AWS_CORE_API ChunkingInterceptor : public smithy::interceptor::Interceptor {
+class ChunkingInterceptor : public smithy::interceptor::Interceptor {
62
public:
63
ChunkingInterceptor() : m_httpClientChunkedMode(Aws::Client::HttpClientChunkedMode::DEFAULT) {}
64
explicit ChunkingInterceptor(const Aws::Client::ClientConfiguration& config)
0 commit comments