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 d541870 commit fe467f0Copy full SHA for fe467f0
packages/smithy-http/src/smithy_http/aio/crt.py
@@ -376,7 +376,6 @@ def read(self, size: int | None = -1) -> bytes:
376
result = result[:size]
377
if remainder:
378
self._chunks.appendleft(remainder)
379
- return result
380
381
if self._done and len(self._chunks) == 0:
382
self.close()
0 commit comments