| author | |
| committer | |
| log | cf4a2c4d187f3aae8ace72d28fcb1e9b4b80e989 |
| tree | 8a56a5f92bfe3846b2210452bb4a6025d39c6533 |
| parent | 99a5de9dbb0a3a30f09056558f715f7607b1a20a |
This can no longer fail due to OOM.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/http/Client.zig+1-1| ... | ... | @@ -419,7 +419,7 @@ pub const Compression = union(enum) { |
| 419 | 419 | |
| 420 | 420 | /// A HTTP response originating from a server. |
| 421 | 421 | pub const Response = struct { |
| 422 | pub const ParseError = Allocator.Error || error{ | |
| 422 | pub const ParseError = error{ | |
| 423 | 423 | HttpHeadersInvalid, |
| 424 | 424 | HttpHeaderContinuationsUnsupported, |
| 425 | 425 | HttpTransferEncodingUnsupported, |