-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
When a request has a gzip body, I have an error when send this body to primary request.
Example request:
curl --request POST
--url http://localhost:8880/service/to/call
--header 'Content-Encoding: gzip'
--header 'User-Agent: insomnia/10.2.0'
--data-binary @body.json.gz
Error on primary service:
caused by java.util.zip.ZipException: Not in GZIP format
java.base/java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:197)
java.base/java.util.zip.GZIPInputStream.(GZIPInputStream.java:81)
java.base/java.util.zip.GZIPInputStream.(GZIPInputStream.java:112)
Metadata
Metadata
Assignees
Labels
No labels