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
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
Should not throw error.
What do you see instead?
Error [ERR_HTTP_CONTENT_LENGTH_MISMATCH]: Response body's content-length of 5 byte(s) does not match the content-length of 5 byte(s) set in header
node:_http_outgoing:1129
throw new ERR_HTTP_CONTENT_LENGTH_MISMATCH(this[kBytesWritten], this._contentLength);
^
Error [ERR_HTTP_CONTENT_LENGTH_MISMATCH]: Response body's content-length of 5 byte(s) does not match the content-length of 5 byte(s) set in header
at ServerResponse.end (node:_http_outgoing:1129:11)
at Server.<anonymous> (file:///home/zefir/Projects/web-ts/test/test.js:5:9)
at Server.emit (node:events:524:28)
at parserOnIncoming (node:_http_server:1153:12)
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17) {
code: 'ERR_HTTP_CONTENT_LENGTH_MISMATCH'
}
Node.js v22.13.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
v22.13.0
Platform
Subsystem
http
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
Should not throw error.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: