aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/http_client_async.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http_client_async.zig b/src/http_client_async.zig
index 686718318..f3fbd45cf 100644
--- a/src/http_client_async.zig
+++ b/src/http_client_async.zig
@@ -1023,7 +1023,6 @@ pub fn processResponse(this: *HTTPClient, comptime report_progress: bool, compti
}
this.body_size = @truncate(u32, body_out_str.list.items.len);
- std.debug.assert(body_out_str.list.items.len == buffer.list.items.len);
return response;
}