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

only do compression if requested explictly when forwarding/fetching #625

Merged
merged 7 commits into from Sep 19, 2022

Commits on Sep 18, 2022

  1. only do compression if requested explictly when forwarding/fetching (f…

    …ixes #624) also fix a data race and also enable delay,close and header query args for debug endpoint
    ldemailly committed Sep 18, 2022
    Copy the full SHA
    d4a12d1 View commit details
    Browse the repository at this point in the history
  2. fix body echo for debug

    ldemailly committed Sep 18, 2022
    Copy the full SHA
    3dbdb6a View commit details
    Browse the repository at this point in the history
  3. allow content-type (and content-length though that can create invalid…

    … data) to be passed as echo/debug header= to override the default
    ldemailly committed Sep 18, 2022
    Copy the full SHA
    bc44ae7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    feb4c1e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    51b0015 View commit details
    Browse the repository at this point in the history
  6. actually exercise gzip handling in the test + catch the missing paylo…

    …ad earlier than webtest
    ldemailly committed Sep 18, 2022
    Copy the full SHA
    572c109 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Copy the full SHA
    4c0031e View commit details
    Browse the repository at this point in the history