linkgoron

Results 5 issues of 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`,...

enhancement

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

pr/needs-review

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

crypto
needs-ci

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