Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

handle multiple values of 'proxy-authenticate' #4052

Closed
wants to merge 1 commit into from

Conversation

thewilli
Copy link

Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might be received several times as well. Currently only one values is preserved. This change allows to receive multiple values concatenated by space and comma.

Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might be received several times as well. Currently only one values is preserved. This change allows to receive multiple values concatenated by space and comma.
@bnoordhuis
Copy link
Member

Thanks. Can you sign the CLA?

@bnoordhuis
Copy link
Member

Oh, a regression test in test/simple/test-http-server-multiheaders.js would be nice, too.

@thewilli
Copy link
Author

I just signed the CLA online and added the test (see here).

@bnoordhuis
Copy link
Member

Thanks Willi, landed in ac17dc1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants