Skip to content

Commit 9b52e30

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c7a5cea commit 9b52e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/clickhouse-js-node-troubleshooting/reference/socket-hangup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const client = createClient({
111111

112112
### ⚠️ Critical: 16 KB Node.js Header Size Limit
113113

114-
**Node.js caps total received HTTP headers at approximately 16 KB.** ClickHouse sends a new progress header with each interval (~200 bytes), and after ~80 progress headers accumulate, Node.js will throw an exception and terminate the request.
114+
**Node.js defaults to a total received HTTP header limit of approximately 16 KB (this can be increased via the max HTTP header size setting).** ClickHouse sends a new progress header with each interval (~200 bytes), and after ~80 progress headers accumulate, Node.js will throw an exception and terminate the request unless that limit is raised.
115115

116116
**Maximum safe query duration formula:**
117117

0 commit comments

Comments
 (0)