diff options
| author | Nameless <truemedian@gmail.com> | 2023-10-20 20:13:25 -0500 |
|---|---|---|
| committer | Nameless <truemedian@gmail.com> | 2023-10-21 20:53:00 -0500 |
| commit | 93e1f8c8e583b3140bc1985e8b346fd7aca8cf6b (patch) | |
| tree | f080bbe41e9a0cdfb457bd75a437e06c36fea0a2 /test | |
| parent | dd010e9e90c5ff6cbd5f390dbbb534ddf2fc87b6 (diff) | |
| download | zig-93e1f8c8e583b3140bc1985e8b346fd7aca8cf6b.tar.gz zig-93e1f8c8e583b3140bc1985e8b346fd7aca8cf6b.zip | |
std.http.Client: documentaion fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/standalone/http.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/standalone/http.zig b/test/standalone/http.zig index b79aabd0fb..c48a5ae1b9 100644 --- a/test/standalone/http.zig +++ b/test/standalone/http.zig @@ -634,9 +634,6 @@ pub fn main() !void { req.transfer_encoding = .chunked; try req.send(.{}); - try req.wait(); - try testing.expectEqual(http.Status.@"continue", req.response.status); - try req.writeAll("Hello, "); try req.writeAll("World!\n"); try req.finish(); |
