mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
fmt
This commit is contained in:
parent
4915f342b0
commit
50e66dacfa
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue