1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
This commit is contained in:
Yoshiya Hinosawa 2024-10-17 12:23:04 +09:00
parent 4915f342b0
commit 50e66dacfa
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -469,7 +469,7 @@ class ClientRequest extends OutgoingMessage {
this._bodyWriteRid,
baseConnRid,
this._encrypted,
)
);
await op_node_http_wait_for_connection(connRid);
// Emit request ready to let the request body to be written.
this.emit("requestReady");