We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fdff3 commit 6a84504Copy full SHA for 6a84504
index.js
@@ -270,7 +270,6 @@ function getRequestHeaders (req) {
270
const fwd = {
271
by: req.headers[HTTP2_HEADER_AUTHORITY] || req.headers[HTTP2_HEADER_HOST],
272
proto: req.socket.encrypted ? 'https' : 'http',
273
- // TODO: Is this correct?
274
for: [ req.socket.remoteAddress ]
275
}
276
0 commit comments