mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-19 18:38:10 +00:00
Zig 0.15.1
Depends on https://github.com/lightpanda-io/zig-v8-fork/pull/89
This commit is contained in:
@@ -315,10 +315,10 @@ fn continueWithAuth(cmd: anytype) !void {
|
||||
// restart the request with the provided credentials.
|
||||
const arena = transfer.arena.allocator();
|
||||
transfer.updateCredentials(
|
||||
try std.fmt.allocPrintZ(arena, "{s}:{s}", .{
|
||||
try std.fmt.allocPrintSentinel(arena, "{s}:{s}", .{
|
||||
params.authChallengeResponse.username,
|
||||
params.authChallengeResponse.password,
|
||||
}),
|
||||
}, 0),
|
||||
);
|
||||
|
||||
transfer.reset();
|
||||
|
||||
Reference in New Issue
Block a user