mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
fixes #20547
This commit is contained in:
@@ -96,6 +96,17 @@ class WrappedSocket extends Duplex {
|
||||
this.#queue.push({ value, cb });
|
||||
}
|
||||
}
|
||||
setNoDelay() {
|
||||
return this;
|
||||
}
|
||||
|
||||
setKeepAlive() {
|
||||
return this;
|
||||
}
|
||||
|
||||
setTimeout() {
|
||||
return this;
|
||||
}
|
||||
|
||||
#end() {
|
||||
if (this.#ended) return;
|
||||
|
||||
Reference in New Issue
Block a user