Better follow redirection for `HTTPClient` by AgainPsychoX · Pull Request #7157 · esp8266/Arduino

added 2 commits

March 16, 2020 22:58
…write of `sendRequest` function of `HTTPClient`

devyte

Also changed a bit order of the enums (0 element to be DISABLED)
Also got rid of unnecessary `redirectCount` field. Now redirect counting and limiting is handled in `sendRequest` directly.

@AgainPsychoX

devyte

@AgainPsychoX

@devyte