mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[GH-ISSUE #156] automatic decompression #97
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hons82 on GitHub (Jun 5, 2024).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/156
I do have a problem with automatic decompression. My client sends a message that is gzipped. The tunnel decompresses it and forwards it chuncked. The other side does not expects that and returns me a failure.
I think the tunnel should act transparently and not interfere/alter the messages.
I've tried to set the disableCompression flag on the Transport of the client, but that not seems to be enough.
Does anyone had such a problem? Or knows how to fix?