Update src/http/Client.zig

Co-authored-by: Pierre Tachoire <pierre@lightpanda.io>
This commit is contained in:
Karl Seguin
2025-12-24 16:37:16 +08:00
committed by GitHub
parent df4e5d859f
commit 296fa2a2f4

View File

@@ -756,7 +756,7 @@ pub const Request = struct {
credentials: ?[:0]const u8 = null, credentials: ?[:0]const u8 = null,
// This is only relevant for intercepted requests. If a request is flagged // This is only relevant for intercepted requests. If a request is flagged
// as blocking AND is interecepted, then it'll be up to us to wait until // as blocking AND is intercepted, then it'll be up to us to wait until
// we receive a response to the interception. This probably isn't ideal, // we receive a response to the interception. This probably isn't ideal,
// but it's harder for our caller (ScriptManager) to deal with this. One // but it's harder for our caller (ScriptManager) to deal with this. One
// reason for that is the Http Client is already a bit CDP-aware. // reason for that is the Http Client is already a bit CDP-aware.