aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/standalone/http.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/standalone/http.zig b/test/standalone/http.zig
index 8b538a092f..71f3481767 100644
--- a/test/standalone/http.zig
+++ b/test/standalone/http.zig
@@ -680,7 +680,7 @@ pub fn main() !void {
for (0..total_connections) |i| {
var req = try client.request(.GET, uri, .{ .allocator = calloc }, .{});
req.response.parser.done = true;
- req.connection.?.data.closing = false;
+ req.connection.?.closing = false;
requests[i] = req;
}