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

Don't reset RequestCtx.s #1234

Merged
merged 1 commit into from Mar 4, 2022
Merged

Don't reset RequestCtx.s #1234

merged 1 commit into from Mar 4, 2022

Commits on Mar 3, 2022

  1. Don't reset RequestCtx.s

    RequestCtx's are reused in a server specific pool, so no need to reset
    it. This fixes a use after reset but when RequestCtx is use as context.
    
    Fixes #1205
    erikdubbelboer committed Mar 3, 2022
    Copy the full SHA
    0350c61 View commit details
    Browse the repository at this point in the history