compy icon indicating copy to clipboard operation
compy copied to clipboard

HTTP/HTTPS compression proxy

Results 38 compy issues
Sort by recently updated
recently updated
newest added

It would be a nice feature to transcode video streams into lower resolutions or more efficient codecs.

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...

I was testing Compy on some http websites and I am getting some strange numbers for the "amount transcoded" report. Example: `2017/10/03 07:53:27 transcoded: 53 -> 77 (145.3%)` `2017/10/03 07:53:27...

when i try to deploy on heroku . there error in line. `RUN /usr/local/go/bin/go get -d -v ./...` it returned a non-zero code: 1

help wanted

Before compy I used RabbIT with ffmpeg, and convert GIF more than 30kb to WebM format. This allows you to leave GIF animated when the size is significantly reduced. Can...

This format can reduce file size even more than WebP: https://en.wikipedia.org/wiki/AV1#AV1_Image_File_Format_(AVIF) Firefox 77 already has support behind a feature flag: https://bugzilla.mozilla.org/show_bug.cgi?id=1625363

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...