Skip to content

Commit bf42dc0

Browse files
committed
Update 'upgrade' doc changes to match
1 parent 366d533 commit bf42dc0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api/http.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,9 +1674,11 @@ added: v0.1.94
16741674
changes:
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

0 commit comments

Comments
 (0)