diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/deps/picohttp.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps/picohttp.zig b/src/deps/picohttp.zig index 90b13e942..43f216cf4 100644 --- a/src/deps/picohttp.zig +++ b/src/deps/picohttp.zig @@ -152,7 +152,7 @@ pub const Response = struct { ); return switch (rc) { - -1 => error.BadResponse, + -1 => error.Malformed_HTTP_Response, -2 => brk: { offset.?.* += buf.len; |