Web-Distortion
Web-Distortion
We notice that Compy judge the content type based on the `content-type` field in the http response header. It is possible to cause failure (especially when performing decompression) when the...
Description: Compy can't deal with the `websocket`, which fails some interaction tasks like chatrooms and online services. Suggested fix: Compy can simply add a condition for websocket and directly forward...
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...
Description: Compy goes wrong when compressing some images, which makes the images unable to load. Reason: This is because Compy uses the ``content-type'' field in the HTTP response header to...