You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix handling of no remoteAddress available
Fixes#4395
* Tidy tests
Co-authored-by: David McKeown <DJMcK@users.noreply.github.com>
* Lint
Co-authored-by: devin ivy <devinivy@gmail.com>
Co-authored-by: David McKeown <DJMcK@users.noreply.github.com>
Support plan
Context
What are you trying to achieve or the steps to reproduce?
Accessing
request.info.remoteAddress
may fail if the remote socket has gone away.This appears to be the result of #4357.
What was the result you got?
What result did you expect?
A successful
undefined
valueThe text was updated successfully, but these errors were encountered: