mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
nextTick is better
This commit is contained in:
committed by
Ciro Spaciari
parent
a15a1ff57d
commit
97d28c514b
@@ -1675,7 +1675,7 @@ class ClientRequest extends OutgoingMessage {
|
||||
|
||||
var { signal: _signal, ...optsWithoutSignal } = options;
|
||||
this.#options = optsWithoutSignal;
|
||||
setTimeout(emitContinueNT, 1, this);
|
||||
process.nextTick(emitContinueNT, this);
|
||||
}
|
||||
|
||||
setSocketKeepAlive(enable = true, initialDelay = 0) {
|
||||
|
||||
Reference in New Issue
Block a user