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 error handling and resource management in gzip utils (#101)
- Simplify error handling by ignoring the error from `gzip.NewWriterLevel`
- Reorder `gzPool.Put(gz)` after `gz.Reset(io.Discard)` in the defer function
Signed-off-by: appleboy <appleboy.tw@gmail.com>
0 commit comments