Can `undici` handle compression internally?
See original GitHub issueSomething like a decompress
option or so.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Response body ends prematurely · Issue #803 · nodejs/undici
No, I have a case where I'm unable to receive anything larger than ~2^31. I'm not sure if it's undici at the moment...
Read more >undici 4.5: A Modern HTTP/1.1 Client for Node.js - Morioh
Undici exposes a variety of error objects that you can use to enhance your error handling. You can find all the error objects...
Read more >Introducing Undici@4 - Node.js - Medium
Undici v3 used the internal Node.js HTTP parser through dynamic binding which has been deprecated in Node 16. To resolve this, and also...
Read more >Node.js Undici
Undici does not do the same. Therefore, it is important to always either consume or cancel the response body.
Read more >Search Results - CVE
undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not at this point and I’m not even sure we should include it. I think this would be better handled by upper-layer libraries.
If it doesn’t support it, is there any examples? gzip is very widely used but I have issues using undici to decode it.