mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 02:23:22 +00:00
std.http: add missing InvalidTrailers to ReadError
This commit is contained in:
parent
e102adc863
commit
d80e6ca5a6
@ -501,7 +501,7 @@ pub const Response = struct {
|
||||
}
|
||||
}
|
||||
|
||||
pub const ReadError = TransferReadError || proto.HeadersParser.CheckCompleteHeadError || error{DecompressionFailure};
|
||||
pub const ReadError = TransferReadError || proto.HeadersParser.CheckCompleteHeadError || error{ DecompressionFailure, InvalidTrailers };
|
||||
|
||||
pub const Reader = std.io.Reader(*Response, ReadError, read);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user