Carlos Fuentes
Carlos Fuentes
The issue seems to root to the actual server. I've tried to reproduce your example, and although i reproduce it successfully, the issue goes to the server closing the connection....
Can you provide an [Minimum Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) without Express to reproduce this? I'd like to have something closer to what you are seeing to debug it better. The issue seems...
> > Can you add a test for it? > > Need to be covered by tests like [here](https://github.com/nodejs/undici/blob/main/test/issue-2065.js?rgh-link-date=2025-01-05T13%3A32%3A00Z) ? > > Yes, I'll add tests if needed sure, that...
This is not the same, but seems to go under the same line as #3973. Again, don't believe is right but the behaviour seems like expected given how the `globalDispatcher`...
Seems CI is not happy, can you try to rebase with `main` and adjust?
`Agent` manages its pool based on the origin used to establish a request/connection, so that's scoped limited to that fact. Getting the pool that belongs to that specific origin can...
👋 Can you provide an [Minimum Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) with plain JS to support you better?
The approach you used indeed seems interesting, and I see the benefit of that; nevertheless, I'm not sure a rewrite of the `ProxyAgent` will be an option here as the...
Yeah, definitely; if we can add a lightweight Proxy that is tight to a single origin, that might help to ease the possibility of having Proxy interceptor as well. Just...
I like this idea, tho I've some doubts about being able to cover all possible configurations in an inverse way. Do you have some other examples at hand that can/will...