eth-limo

Results 6 comments of eth-limo

Got bitten by this as well ``` "ioredis": "^5.2.3", "redlock": "^5.0.0-beta.2", ```

@lidel a `_headers` file would be fantastic. At eth.limo, we've had multiple users request the addition/removal/modification of the following (user defined) headers: ### User defined headers | Header | Rationale...

@mholt @francislavoie I was able to confirm this issue as well using a simple NodeJS backend for testing: ```js const http = require("http"); const server = http.createServer((req, res, next) =>...

> Oh, you know, this is because, for efficiency reasons, we allocate the transformer chain at Provision-time instead of Request-time. So there is no `{http.request.host}` at the time the transformer...

Just ran into this as well after upgrading Caddy to v2.8.4.