You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this happen during the adapter, so we should be able to simply build our own HTTPAdapter and use the actual values from the urllib3's HeaderDict. Will send a patch!
Checklist
Minimal reproduction code and steps
Make a request to URL that returns repeated headers lines. Here’s an example express server that does that:
The run
node server.js
and get the response:Current result
x-foo: bar, baz
Expected result
@isidentical we’ve fixed this for requests, so let’s fix it for the responses as well.
The text was updated successfully, but these errors were encountered: