Skip to content

Commit 226c18c

Browse files
committed
handle redirects on synchronous calls
1 parent 314aea4 commit 226c18c

File tree

4 files changed

+213
-85
lines changed

4 files changed

+213
-85
lines changed

src/browser/browser.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ pub const Page = struct {
606606
res_src = try std.fs.path.resolve(arena, &.{ _dir, src });
607607
}
608608
}
609-
610609
const u = try std.Uri.resolve_inplace(self.uri, res_src, &b);
611610

612611
var request = try self.session.http_client.request(.GET, u);

0 commit comments

Comments
 (0)