Closed alexandear closed 7 months ago
The functions brotliBody, gzipBody, deflateBody, and zstdBody always return a nil error. Therefore, this PR removes error from the return argument of these functions.
brotliBody
gzipBody
deflateBody
zstdBody
nil
error
Lets merge this for now. Thanks!
The functions
brotliBody
,gzipBody
,deflateBody
, andzstdBody
always return anil
error. Therefore, this PR removeserror
from the return argument of these functions.