Skip to content

Commit b74fbba

Browse files
committed
add warc-protocol to multi-value headers for now
1 parent 7fa4cde commit b74fbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export function splitChunk(
291291

292292
// ===========================================================================
293293
// headers multi map
294-
const MULTI_VALUE_ALLOWED = ["set-cookie", "warc-concurrent-to"];
294+
const MULTI_VALUE_ALLOWED = ["set-cookie", "warc-concurrent-to", "warc-protocol"];
295295

296296
// using something other than comma to reduce change of any collisions with actual data
297297
// in theory, collision still possible with arbitrary cookie value

0 commit comments

Comments
 (0)