Robert Nagy

Results 385 comments of Robert Nagy

@delvedor would you be interested in trying to port that into undici.Pool?

Another idea: If any request in the pipeline is serving a response or request with a payload larger than a threshold, set that pipeline as busy and prefer other connections....

Other ideas: - Check if there is a request `range` header and if the range is larger than a treshold stop pipelining further requests. - Check if there is a...

I wonder if we could provide API/events to make this something that can be implemented and experimented with in user land... in our case it would be moved into `Pool`...

We would need an even earlier hook for `abort`, i.e. we would need something like a `onStart(abort)` hook (or some other name) which is called when enqueued on the client...

> If otherwise unspecified, all remaining bytes on the connection until the connection is closed (point 7 in the list) My reading of the spec is different. > If a...

Some of those are indeed only browser related, you can either implement them if possible or add a note explaining why we don't need to implement them and return a...