arduino-esp32/libraries/HTTPClient
Jeroen88 7de1717640 Fix replacing of headers with overlapping names. Fixes issue #3483 (#3487)
If two headers with overlapping names are added while replace == true, like in:
```cpp
http.addHeader("api_token",  "pMXFOLpinQqajaRQJYMeWObg2XYmcX1");
http.addHeader("token", "1234");
```
then replacing went wrong. This is fixed with this PR.
2020-01-20 15:27:51 +02:00
..
examples HTTPClientEnterprise example (#2023) 2018-11-19 17:02:47 +01:00
src Fix replacing of headers with overlapping names. Fixes issue #3483 (#3487) 2020-01-20 15:27:51 +02:00
library.properties Update URL to point to upstream repository (#3187) 2019-09-08 23:15:46 +03:00