Skip to content

Conversation

@Jeroen88
Copy link
Contributor

@Jeroen88 Jeroen88 commented Nov 17, 2019

If two headers with overlapping names are added while replace == true, like in:

http.addHeader("api_token",  "pMXFOLpinQqajaRQJYMeWObg2XYmcX1");
http.addHeader("token", "1234");

then replacing went wrong. This is fixed with this PR.

@Jeroen88 Jeroen88 changed the title Fix replacing of headers with overlapping names. Fixes issue #3483 Fix replacing of headers with overlapping names inHTTPClient. Fixes issue #3483 Nov 17, 2019
@Jeroen88 Jeroen88 changed the title Fix replacing of headers with overlapping names inHTTPClient. Fixes issue #3483 Fix replacing of headers with overlapping names in HTTPClient. Fixes issue #3483 Nov 17, 2019
@me-no-dev me-no-dev merged commit 7de1717 into espressif:master Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants