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

correctly update ContentLength for uncompressed response body #498

Merged
merged 2 commits into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. correctly update ContentLength for uncompressed response body

    Signed-off-by: ruitianzhong <ruitian-zhong@outlook.com>
    ruitianzhong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b75d1aa View commit details
    Browse the repository at this point in the history
  2. add unit test for https

    * fix the wrong Content-Length in 952282712204824.bin, which leads to , and this test  should fail but actually not because of there is not detection in unit test for it.
    
    * add unit test for gzipped http body and add detection for it.
    
    Signed-off-by: ruitianzhong <ruitian-zhong@outlook.com>
    ruitianzhong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    927ba2e View commit details
    Browse the repository at this point in the history