Skip to content

Commit 4f6551b

Browse files
committed
dont over report
1 parent 17088e2 commit 4f6551b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bun.js/webcore/fetch.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ pub const FetchTasklet = struct {
428428
this.readable_stream_ref = .{};
429429
defer prev.deinit();
430430
buffer_reset = false;
431-
this.memory_reporter.discard(scheduled_response_buffer.allocatedSlice());
432431
readable.ptr.Bytes.onData(
433432
.{
434433
// TODO: We are still investigating the memory issues with owned_and_done

0 commit comments

Comments
 (0)