arduino-esp32/libraries/HTTPClient/src
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
..
HTTPClient.cpp Fix replacing of headers with overlapping names. Fixes issue #3483 (#3487) 2020-01-20 15:27:51 +02:00
HTTPClient.h Bugfix/http client (#2867) 2019-08-20 17:18:09 +03:00