From 814b48116a8374d69246f7e9ba03d9d8005c2434 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 1 Jun 2024 19:28:53 -0700 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 8c1d0170748f4c..0f95171f6f18bd 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -61,7 +61,7 @@ Some methods are not optimized yet. ### [`node:http`](https://nodejs.org/api/http.html) -🟢 Fully implemented. +🟢 Fully implemented. Outgoing client request body streaming is currently buffered instead of being streamed. ### [`node:http2`](https://nodejs.org/api/http2.html)