https://github.com/nytimes/gziphandler/blob/2f8bb1d30d9d69c8e0c3714da5a9917125a87769/gzip.go#L202 `len(w.buf)` is always zero at this point because of previous line: `w.buf = nil`
gziphandler/gzip.go
Line 202 in 2f8bb1d
len(w.buf)is always zero at this point because of previous line:w.buf = nil