Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better follow redirection for HTTPClient #7157

Merged
merged 7 commits into from
Mar 25, 2020
Merged

Better follow redirection for HTTPClient #7157

merged 7 commits into from
Mar 25, 2020

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    1edfd73 View commit details
    Browse the repository at this point in the history
  2. Follow other client implementations about HTTP_CODE_FOUND; Small re…

    …write of `sendRequest` function of `HTTPClient`
    AgainPsychoX committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    f66ae29 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Better names for follow redirection modes in HTTPClient

    Also changed a bit order of the enums (0 element to be DISABLED)
    AgainPsychoX committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    af6f69a View commit details
    Browse the repository at this point in the history
  2. Rewrite sendRequest to remove recursion

    Also got rid of unnecessary `redirectCount` field. Now redirect counting and limiting is handled in `sendRequest` directly.
    AgainPsychoX committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    15e69a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcbbf4b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    9510d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4728b View commit details
    Browse the repository at this point in the history