We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17088e2 commit 4f6551bCopy full SHA for 4f6551b
src/bun.js/webcore/fetch.zig
@@ -428,7 +428,6 @@ pub const FetchTasklet = struct {
428
this.readable_stream_ref = .{};
429
defer prev.deinit();
430
buffer_reset = false;
431
- this.memory_reporter.discard(scheduled_response_buffer.allocatedSlice());
432
readable.ptr.Bytes.onData(
433
.{
434
// TODO: We are still investigating the memory issues with owned_and_done
0 commit comments