mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
Merge pull request #284 from lightpanda-io/server-sync-deinit
server: ensure Send is always deinit in callback
This commit is contained in:
@@ -415,7 +415,6 @@ const Send = struct {
|
||||
_ = result catch |err| {
|
||||
log.err("send error: {any}", .{err});
|
||||
self.ctx.err = err;
|
||||
return;
|
||||
};
|
||||
self.deinit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user