mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add a comment
This commit is contained in:
@@ -2474,6 +2474,7 @@ pub fn HTTPServerWritable(comptime ssl: bool) type {
|
||||
this.buffer = bun.ByteList.init("");
|
||||
ByteListPool.push(this.allocator, buffer);
|
||||
} else {
|
||||
// Don't release this buffer until destroy() is called
|
||||
this.buffer.len = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user