Upon server receiving POST request with content-encoding: gzip set the gzip middleware doesn't decompress the data.
This causes strange errors when trying to Bind() data (for example form/multipart): multipart: NextPart: EOF.
When decompressing the ctx.Request().Body manually inside the handler everything works as expected.
GzipMiddleware should? (probably) handle compression and decompression transparently, or it should be stated in the Bind examples it does NOT.
GzipMiddleware only compresses outgoing responses.
Send any POST that contains form/multipart and is gzipped.
current master
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.