mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
http: remove useless field
This commit is contained in:
@@ -631,7 +631,6 @@ pub const Transfer = struct {
|
|||||||
bytes_received: usize = 0,
|
bytes_received: usize = 0,
|
||||||
|
|
||||||
// We'll store the response header here
|
// We'll store the response header here
|
||||||
proxy_response_header: ?ResponseHeader = null,
|
|
||||||
response_header: ?ResponseHeader = null,
|
response_header: ?ResponseHeader = null,
|
||||||
|
|
||||||
// track if the header callbacks done have been called.
|
// track if the header callbacks done have been called.
|
||||||
|
|||||||
Reference in New Issue
Block a user