Carlos Fuentes
Carlos Fuentes
I'm merging now, if there's more feedback please write it here, I'll be iterating over it in upcoming PRs Let's land and release some alpha release of the new version...
Hey! I'd suggest you take a look at [`ProxyAgent`](https://github.com/nodejs/undici/blob/6a04edcd5867c4de6bd53d10f6b44eaecf02755e/lib/proxy-agent.js#L41) and how does it intercepts the `connect` step of the `Client` to create the Proxy. Here, there's no need to do...
In theory, it shouldn't be an issue, but it could be an overlap between writes and reads? (attempting to read to the table while other request handling attempts to write...
Seeing the commit you added @ronag I'm wondering if we should better change the way we prune; currently it is using a `setInterval` with an arbitrary 10s value. What about...
>I don't have any good ideas unfortunately. We've added a max entry age option to our cache interceptor (i.e. make sure deleteAt is always withing a week or so) and...
Can you provide an [Minimum Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) that isolates the issue for us to reproduce it?
Good catch, would you like to send a PR?
Well, in theory it should, we are just not passing it to the `connect` factory . We have documented that we support these options to the default [connector factory](https://undici.nodejs.org/#/docs/api/Client?id=parameter-connectoptions). I'd...
We are preparing the cut for new major, so it should be ok to do breaking changes. Feel free to move forward with a PR so we can iterate over...