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

Reduce header cache memory usage on non persistent requests #6494

Merged
merged 3 commits into from Jul 7, 2021

Commits on Jul 5, 2021

  1. Fix #6493 header cache memory usage

    Delay creating a header cache until a second request on a parser.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Jul 5, 2021
    Copy the full SHA
    c8ed44d View commit details
    Browse the repository at this point in the history
  2. Fix #6493 header cache memory usage

    Delay creating a header cache until a second request on a parser.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Jul 5, 2021
    Copy the full SHA
    4dca32c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Fix #6493 header cache memory usage

    Refactored cache code into subclass
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Jul 6, 2021
    Copy the full SHA
    34967fb View commit details
    Browse the repository at this point in the history