Add a comment

This commit is contained in:
Jarred Sumner
2022-10-16 17:03:17 -07:00
parent 2888f43c8a
commit 07a2f80cbc

View File

@@ -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;
}
}