Robert Nagy

Results 162 issues of Robert Nagy

One problem with the current pool implementation is that if a lot of requests gets dispatched at the same time, it assumes that all pipelines will have the same throughput,...

enhancement
Pool

What is the optimal strategy when picking the next client to perform a request on in the pool? I believe the follow sorting criteria would be best: ```js const next...

enhancement
Pool

Determine which tls options actually make sense to forward to `tls.connect` and throw if any other is provided (e.g. `allowHalfOpen`).

enhancement
good first issue

Improve documentation with more detailed description on what errors and when can occur for the various API functions.

enhancement

https://www.npmjs.com/package/undici

Would be nice to have an option to get the hash as a buffer for easy of use with e.g https://github.com/mafintosh/turbo-hash-map

Wasm supports simd. Could we also have a xxh128 variant?

Not sure if this is a problem in practice. But right now there is no back-pressure between client and server.

Currently `stream.destroy` will wait for `stream._construct` to complete before calling `stream._destroy` which makes it difficult to abort `stream._construct` without overriding `stream.destroy`. Would be nice to have a way around this,.

stream
feature request
stale

I noticed this from an assertion i production. A http2 response can become `writableEnded` and `writableFinished` without the user ever calling `response.end()`. I believe there is some special logic for...

http
stream
http2