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 2788f2e commit 92b9c5bCopy full SHA for 92b9c5b
src/aws-cpp-sdk-core/include/smithy/client/features/ChunkingInterceptor.h
@@ -46,8 +46,7 @@ class AwsChunkedStreamWrapper {
46
if (gptr() < egptr()) {
47
return traits_type::to_int_type(*gptr());
48
}
49
-
50
- // BufferedRead logic inlined per Sam's guidance
+
51
if (m_stream->good()) {
52
m_stream->read(m_data.GetUnderlyingData(), m_bufferSize);
53
size_t bytesRead = static_cast<size_t>(m_stream->gcount());
0 commit comments