From a71c94608527bccd55be3fa5b1089b9f99a6dab7 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Mon, 30 Dec 2024 00:20:37 +0000 Subject: [PATCH] fix: undici:request:headers does not indicate completion of a response --- docs/docs/api/DiagnosticsChannel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/DiagnosticsChannel.md b/docs/docs/api/DiagnosticsChannel.md index 099c072f6c6..a3635cbc05e 100644 --- a/docs/docs/api/DiagnosticsChannel.md +++ b/docs/docs/api/DiagnosticsChannel.md @@ -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'