Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize for-loop iteration: exit early when httpOnly is true
Optimize for-loop iteration: exit early when httpOnly is true ``` for _, sctx := range e.sctxs { if sctx.httpOnly { splitHTTP = true break } } ```
- Loading branch information