[GH-ISSUE #28] compression over the tunnels #10

Closed
opened 2026-05-05 10:56:46 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Grabber on GitHub (Aug 7, 2017).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/28

does it make any sense to implement a hidden compression schema?

Originally created by @Grabber on GitHub (Aug 7, 2017). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/28 does it make any sense to implement a hidden compression schema?
Author
Owner

@mmatczuk commented on GitHub (Aug 8, 2017):

Hi @Grabber,
I don't think that it's a good idea. If the stream is already compressed it would not help at all. In all cases you will just increase CPU load on both client and server and that may lead to increased latency. You will only see a real benefit by end to end compression.

<!-- gh-comment-id:320861903 --> @mmatczuk commented on GitHub (Aug 8, 2017): Hi @Grabber, I don't think that it's a good idea. If the stream is already compressed it would not help at all. In all cases you will just increase CPU load on both client and server and that may lead to increased latency. You will only see a real benefit by end to end compression.
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#10
No description provided.