hapijs / nes

WebSocket adapter plugin for hapi routes
Other
502 stars 87 forks source link

fix: pass remoteAddress when injecting request #306

Closed air1one closed 4 years ago

air1one commented 4 years ago

Resolves #305

remoteAddress was not passed to server.inject() resulting in always getting 127.0.0.1 in request.info.remoteAddress in the route handler.

air1one commented 4 years ago

Hey tagging you @hueniverse if you can have a look at this, thanks !

faustbrian commented 4 years ago

@hueniverse any chance to get this reviewed?