File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1674,9 +1674,11 @@ added: v0.1.94
16741674changes:
16751675 - version: REPLACEME
16761676 pr-url: https://github.com/nodejs/node/pull/60016
1677- description: This event will not fire until the request body has been
1678- received. Previously, it fired immediately and the request
1679- body was incorrectly included in `head` instead.
1677+ description: Request bodies are no longer exposed raw (unparsed) on the
1678+ socket argument. Instead, only the content after the request
1679+ body will be emitted on the socket, and the parsed request
1680+ body data will be emitted from the request, just like in
1681+ the normal server `request` events.
16801682 - version: v24.9.0
16811683 pr-url: https://github.com/nodejs/node/pull/59824
16821684 description: Whether this event is fired can now be controlled by the
You can’t perform that action at this time.
0 commit comments