Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http2: add support for sensitive headers #34145

Closed
wants to merge 6 commits into from
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