Skip to content

Commit ec98a4f

Browse files
committed
Force chunked encoding
1 parent c9e5a56 commit ec98a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

teslemetry_stream/stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ async def connect(self) -> None:
164164
timeout=aiohttp.ClientTimeout(
165165
connect=5, sock_connect=5, sock_read=30, total=None
166166
),
167+
chunked=True
167168
)
168169
LOGGER.debug(
169170
"Connected to %s with status %s", self._response.url, self._response.status

0 commit comments

Comments
 (0)