Skip to content

Commit d03a52a

Browse files
authored
fix: undici:request:headers does not indicate completion of a response (nodejs#3974)
1 parent b9034e8 commit d03a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/api/DiagnosticsChannel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ diagnosticsChannel.channel('undici:request:bodySent').subscribe(({ request }) =>
4040

4141
## `undici:request:headers`
4242

43-
This message is published after the response headers have been received, i.e. the response has been completed.
43+
This message is published after the response headers have been received.
4444

4545
```js
4646
import diagnosticsChannel from 'diagnostics_channel'

0 commit comments

Comments
 (0)