| author | |
| committer | |
| log | d80e6ca5a6843cb3911ec2d0b2da8b4ae515202a |
| tree | 20774f23064570840310a27f757ae5d415c0c05a |
| parent | e102adc8635a158cb2add8e25e94130e356e7f64 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/http/Server.zig+1-1| ... | ... | @@ -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 | 506 | pub const Reader = std.io.Reader(*Response, ReadError, read); |
| 507 | 507 |