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

2.4.x mod_deflate cleanups #423

Closed
wants to merge 6 commits into from
Closed

Commits on Mar 18, 2024

  1. leave a hint while scrolling through inflate() calls

    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1619448 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 3093948)
    covener authored and notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9f86c0a View commit details
    Browse the repository at this point in the history
  2. mod_deflate:

    - fix signed/unsigned (int/size_t) comparisons,
    - add consume_buffer() to factorize code used multiple times,
    - cleanup passed brigade (don't rely on next output filters to do it).
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1619486 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 2b94587)
    ylavic authored and notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cecb25e View commit details
    Browse the repository at this point in the history
  3. * modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH in

      the input brigade even if done inflating (ctx->done is true), but
      don't try to flush the inflate stream in that case.  (Caught by
      Coverity)
    
    Github: closes apache#280
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895552 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 6aef687)
    notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8836713 View commit details
    Browse the repository at this point in the history
  4. * modules/filters/mod_deflate.c (deflate_out_filter): Catch

      apr_bucket_read() errors.
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894152 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit c1a2dfc)
    notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1f3978 View commit details
    Browse the repository at this point in the history
  5. mod_deflate: remove filter after seeing EOS

    Submitted by: Eric Norris <enorris etsy.com>
    Github: closes apache#387
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914800 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 4889f66)
    notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e37626 View commit details
    Browse the repository at this point in the history
  6. Document changes.

    notroj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    82a2fb7 View commit details
    Browse the repository at this point in the history