linkgoron
linkgoron
This PR adds support for file urls in fetch refs: https://github.com/nodejs/node/issues/42003 According to the fetch spec, file urls are "left as an exercise for the reader." https://fetch.spec.whatwg.org/#scheme-fetch
## This would solve... Currently there's no way for users to see the full headers that Undici sends. You _can_ read the headers from `request.headers`, but some headers like `connection`,...
Reduce memory usage by reducing buffer-copying and returning the original buffer instead. ### Description This PR reduces the number of buffers copied and created from existing buffers. The most significant...
Fix `Hash` and `Cipher` aborting when using `end` with `hex` and specific lengths of chunks. The issue was caused because there was missing validation on the written content from the...
Hi! I've written this PR to add ALPN support for TLS sockets. My goal for this is to make its way to uWebsockets.js, if you agree with this. I've written...