[GH-ISSUE #156] automatic decompression #97

Open
opened 2026-05-05 11:01:15 -06:00 by gitea-mirror · 0 comments
Owner

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?

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?
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#97
No description provided.