Skip to content

Commit

Permalink
fix: undici:request:headers does not indicate completion of a response
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Dec 30, 2024
1 parent 40714fa commit a71c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/DiagnosticsChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ diagnosticsChannel.channel('undici:request:bodySent').subscribe(({ request }) =>

## `undici:request:headers`

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

```js
import diagnosticsChannel from 'diagnostics_channel'
Expand Down

0 comments on commit a71c946

Please sign in to comment.