Skip to content

Commit 07282af

Browse files
committed
Update 'upgrade' doc changes to match
1 parent 6336f9e commit 07282af

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
@@ -1676,9 +1676,11 @@ added: v0.1.94
16761676
changes:
16771677
- version: REPLACEME
16781678
pr-url: https://github.com/nodejs/node/pull/60016
1679-
description: This event will not fire until the request body has been
1680-
received. Previously, it fired immediately and the request
1681-
body was incorrectly included in `head` instead.
1679+
description: Request bodies are no longer exposed raw (unparsed) on the
1680+
socket argument. Instead, only the content after the request
1681+
body will be emitted on the socket, and the parsed request
1682+
body data will be emitted from the request, just like in
1683+
the normal server `request` events.
16821684
- version:
16831685
- v24.9.0
16841686
- v22.21.0

0 commit comments

Comments
 (0)