arduino-esp32/libraries/HTTPClient
Wojtek Kaniewski cb25fe8c7e
Don't clear headers on redirect (#5973)
Current implementation clears _headers when request was sent. If the
user added custom request headers, they will be lost and the redirected
request will not contain them. This commit changes the scope of cleanup
so that the headers survive redirects but don't survive connection
reuse.
2021-12-14 15:37:31 +02:00
..
examples Fix length typo (#5189) 2021-05-18 14:01:20 +03:00
src Don't clear headers on redirect (#5973) 2021-12-14 15:37:31 +02:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00