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 authored Dec 30, 2024
1 parent b9034e8 commit d03a52a
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 d03a52a

Please sign in to comment.