-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I send a GET request with header `accept-encoding: gzip, deflate` I expect the response …
-
To help with ingest performance we have had a few community discussions around gzip compression:
https://github.com/grafana/grafana-infinity-datasource/discussions/779
Another user via slack
> I’ve …
-
Several times, I have seen errors like
```
1FillInputGZIP: Error in gzip handling of input.
PutIn: We have RetCode = FFFFFFFFFFFFFFFF while reading 124F80 bytes
Program terminating in thread 1 at rep…
-
Hi,
we are trying to directly pass gz encoded data via CreateWebResourceResponse by adding a header
Content-Encoding: gzip
and setting the gz content as payload.
In request headers there i…
-
Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting
### TruffleHog Version
3.78.0
### Trace Output
```sh
…
rgmz updated
4 months ago
-
I guess currently it doesn't support gzip encoding..
https://github.com/scijs/nrrd-js/blob/master/nrrd.js#L156-L173
Possibly looking for something like this: https://github.com/mrdoob/three.js/blo…
-
-
Our Rosetta Working group has identified a couple file formats which use GZIP instead of regular ZIP as a container of an existing format.
* Some institutions use GZIP to compress WARC files. They …
-
This is now de facto required to serve a website nicely, so why not support this? Yes, an nginx proxy can do this instead, but I don't think we want to rely on solutions of others forever and ever.
-
It would be nice if the library would support gzip content encoding out of the box the same way the HTTP1 Dart library does.