Commit 77f943a
fix(clickhouse-driver): Parse Error: Header overflow due to X-ClickHouse-Progress (#9842)
To fix the issue with the headers overflowing:
Error: Parse Error: Header overflow
at TLSSocket.socketOnData (node:_http_client:551:22)
at TLSSocket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
More details in the original repository of the client library: ClickHouse/clickhouse-js#4481 parent ff4eef7 commit 77f943a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
0 commit comments