Opened 3 years ago
#2221 new enhancement
Offload transparent decompression to browser
Reported by: | zzz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | apps/i2ptunnel | Version: | 0.9.34 |
Keywords: | Cc: | Reportage | |
Parent Tickets: | Sensitive: | no |
Description
ref: #2190 and subsequent discussion
Following recent changes to offload compression to the web server and browser (by passing through the Accept-Encoding header), we could offload the currently-transparent client tunnel decompression (when compressed by the server tunnel) by tweaking the headers.
We'd have to remember the Accept-Encoding header in the request to ensure support, and convert the X-I2P-xxx header to a Content-Encoding header in the response. Also, I think the gzip header format may be different? If so would have to fix that up too.
Subtickets
Note: See
TracTickets for help on using
tickets.