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

Fixes #8926 - HttpClient GZIPContentDecoder should remove Content-Len… #10326

Merged
merged 6 commits into from
Aug 21, 2023

Commits on Aug 16, 2023

  1. Fixes #8926 - HttpClient GZIPContentDecoder should remove Content-Len…

    …gth and Content-Encoding: gzip
    
    Now Content-Length and Content-Encoding are removed/modified by the decoder.
    In this way, applications have a correct sets of headers to decide whether to decode the content themselves.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a54527e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    eed61fa View commit details
    Browse the repository at this point in the history
  2. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e0e304e View commit details
    Browse the repository at this point in the history
  3. Fixed test.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e54187c View commit details
    Browse the repository at this point in the history
  4. Fixed test.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6c90696 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fixed typo from review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d9f9de7 View commit details
    Browse the repository at this point in the history