Carlos Fuentes
Carlos Fuentes
Having an early assessment it seems this might have to be with the streams handling for H2; I'll try to dig into later Today or Tomorrow, have an idea where...
👋 No, sadly I've had the time, but the issue you shared with me resembles, especially because we reuse the socket for the HTTP/2 session, meaning that if the Node.js...
@St3ffGv4 I tried your reproduction but it seems that after #2985 this might be done, can we close it?
`frameErrors` behaves as expected, as they are received when failing to send a frame for a stream; it can be due to several reasons, so not related to `undici`. For...
I'm pretty much sure you're suffering from congestion control due to limited bandwidth, I'm running it and still not being able to reproduce it. It's kind of an edge case...
Yeah, because it's kind of weird what triggers that condition, although I would consider it an edge case. The `GOAWAY` frame is used to initiate a shutdown of the session...
Let's continue the other topic with #3011
If it happens, at `undici` level through `get/setGlobalDispatcher`, I'd suggest creating a `dispatcher`-like implementation that can be interoperable with the `Dispatcher` base. For instance, a new `Agent`-like or a new...
An event (e.g. `full`) or a property (e.g. `size` getter) can be helpful here; but of curiosity, what use case are you looking exactly?
Got it, would you like to send a PR for that?