http: remove useless field

This commit is contained in:
Pierre Tachoire
2025-08-26 15:48:31 +02:00
parent 5a40cbd655
commit 4c602256da

View File

@@ -631,7 +631,6 @@ pub const Transfer = struct {
bytes_received: usize = 0,
// We'll store the response header here
proxy_response_header: ?ResponseHeader = null,
response_header: ?ResponseHeader = null,
// track if the header callbacks done have been called.