You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve gzip handling and optimize resource management
- Use `strings.Contains` to check for "gzip" in `Content-Encoding` header
- Combine `g.gzPool.Put(gz)` and `gz.Reset(io.Discard)` into a single deferred function
Signed-off-by: appleboy <[email protected]>
0 commit comments