Search results

  1. S

    [Resolved] LiteSpeed not returning Content-Encoding header for Range requests, breaks gzip

    When combining `Accept-Encoding: deflate, gzip` and `Range: bytes=0-524281` as request headers, the response, both gzipped and limited to the range, is returned with a missing `Content-Encoding` header. This causes Curl and other clients to fail to decode the response. oyvind-mbp:~ oyvind$ curl...
Top