In #148 (for #46) we added the remote address information to the logs emitted while handling a request. In addition to this, we should stash the remote address on the RequestContext object so that request handlers can examine the remote IP address from which the request originates.
In #148 (for #46) we added the remote address information to the logs emitted while handling a request. In addition to this, we should stash the remote address on the
RequestContextobject so that request handlers can examine the remote IP address from which the request originates.