We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e5a56 commit ec98a4fCopy full SHA for ec98a4f
1 file changed
teslemetry_stream/stream.py
@@ -164,6 +164,7 @@ async def connect(self) -> None:
164
timeout=aiohttp.ClientTimeout(
165
connect=5, sock_connect=5, sock_read=30, total=None
166
),
167
+ chunked=True
168
)
169
LOGGER.debug(
170
"Connected to %s with status %s", self._response.url, self._response.status
0 commit comments