| ... | @@ -501,7 +501,7 @@ pub const Response = struct { | ... | @@ -501,7 +501,7 @@ pub const Response = struct { |
| 501 | } | 501 | } |
| 502 | } | 502 | } |
| 503 | | 503 | |
| 504 | pub const ReadError = TransferReadError || proto.HeadersParser.CheckCompleteHeadError || error{DecompressionFailure}; | 504 | pub const ReadError = TransferReadError || proto.HeadersParser.CheckCompleteHeadError || error{ DecompressionFailure, InvalidTrailers }; |
| 505 | | 505 | |
| 506 | pub const Reader = std.io.Reader(*Response, ReadError, read); | 506 | pub const Reader = std.io.Reader(*Response, ReadError, read); |
| 507 | | 507 | |