Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fixup! fixup! http2: add support for sensitive headers
  • Loading branch information
addaleax committed Jul 1, 2020
commit 19b1bb9bc4c16f84d1b6fef1e5a7110ca0805617
2 changes: 1 addition & 1 deletion test/parallel/test-http2-util-headers-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const {
':status': [200],
':authority': [],
'xyz': [1, 2, 3, 4],
[sensitiveHeaders]: 'xyz'
[sensitiveHeaders]: ['xyz']
};

assert.deepStrictEqual(
Expand Down