Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't reset RequestCtx.s (valyala#1234)
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 valyala#1205
- Loading branch information