mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-01 09:56:43 +00:00
fix self.req.ctx in HttpClient
This commit is contained in:
@@ -1298,7 +1298,7 @@ pub const Transfer = struct {
|
||||
if (execute_callback) {
|
||||
self.req.error_callback(self.req.ctx, err);
|
||||
} else if (self.req.shutdown_callback) |cb| {
|
||||
cb(self.ctx);
|
||||
cb(self.req.ctx);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user