barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

Compy fails to parse the compressed images #64

Open Web-Distortion opened 3 years ago

Web-Distortion commented 3 years ago

Description: Some websites compress the images for transmission, yet Compy fails to recognize it can make an error when displaying the image.

Reason: Compy can't recognize the compressed images.

Suggested fix: Compy may use the ``content-encoding'' field in the response header to determine the compression methods and further decompress the images before display.