Matthieu Sieben

Results 76 comments of Matthieu Sieben

Or match the selector through the parent chain instead of globally.

```js const expressHttpProxy = require('express-http-proxy') const { Agent: HttpAgent } = require('http') const httpAgent = new HttpAgent({ keepAlive: true, keepAliveMsecs: 60e3 }) app.use(expressHttpProxy("http://localhost:3000", { async proxyReqOptDecorator (proxyReqOpts, userReq) { proxyReqOpts.agent...

- Does the proxyTarget "server" respect the keep-alive header and keeps the connection alive ? - You may need to run two requests before it fails (so that the agent...

Any news on this? `1.5.0` is not usable with a custom `agent` option.

The proper implementation is actually this one: #400

yes but then you have to write a `script` in every single package, which can be quite a lot of copy paste

also, you would not be able to detect packages that are not used by any other

Adapted last commit to also forward `$scopedSlots` and `$listeners`.

One could argue that not using any default (in dev and prod) would be better as showing an error in dev will ensure that the developer is aware of the...

Yes it does. Here is the result of running the following code: ![Capture d’écran 2022-05-09 à 11 39 06](https://user-images.githubusercontent.com/813661/167383662-e560db8e-985e-4607-92fc-0b7d143eac5e.png) ![Capture d’écran 2022-05-09 à 11 39 26](https://user-images.githubusercontent.com/813661/167383673-618a06d3-e304-467e-8d3e-59b2672cffa8.png)