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

fix: Decompress request body when multi Content-Encoding sent on request headers #2555

Merged
merged 11 commits into from
Aug 6, 2023

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    de43061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc047c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff8846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bcded8 View commit details
    Browse the repository at this point in the history
  5. 🐗 feat: Replace strings.TrimLeft by utils.TrimLeft

    Add docs to functions to inform correctly what the change is
    Jictyvoo committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    559931f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b7dcce View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    fe78806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d125a View commit details
    Browse the repository at this point in the history
  3. 🌷 refactor: Split Body method into two to make it more maintainable

    Also, with the previous fix to problems detected by tests, it becomes really hard to make the linter happy, so this change also helps in it
    Jictyvoo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    31a111f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    f3213e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2bd13 View commit details
    Browse the repository at this point in the history