You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#448
0 commit comments