Skip to content

Commit 5408115

Browse files
committed
http: remove useless field
1 parent c3e206c commit 5408115

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http/Client.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ pub const Transfer = struct {
631631
bytes_received: usize = 0,
632632

633633
// We'll store the response header here
634-
proxy_response_header: ?ResponseHeader = null,
635634
response_header: ?ResponseHeader = null,
636635

637636
// track if the header callbacks done have been called.

0 commit comments

Comments
 (0)