Merge pull request #2160 from lightpanda-io/fix_fetch_cleanup_order

Remove unnecessary flag clear
This commit is contained in:
Karl Seguin
2026-04-15 07:09:02 +08:00
committed by GitHub

View File

@@ -242,7 +242,6 @@ fn httpErrorCallback(ctx: *anyopaque, _: anyerror) void {
defer if (self._owns_response) {
response.deinit(self._page._session);
self._owns_response = false;
};
var ls: js.Local.Scope = undefined;