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
After switching to hyper_rustls from hyper input for make_service_fn is changed from AddrStream to acceptor::TlsStream which is not exposed as public API and doesn't have remote_addr function from the original struct, is there any way to get address of current connection/stream?
The text was updated successfully, but these errors were encountered:
After switching to
hyper_rustls
fromhyper
input formake_service_fn
is changed fromAddrStream
toacceptor::TlsStream
which is not exposed as public API and doesn't haveremote_addr
function from the original struct, is there any way to get address of current connection/stream?The text was updated successfully, but these errors were encountered: