warp icon indicating copy to clipboard operation
warp copied to clipboard

Add local() SocketAddr filter

Open daviessm opened this issue 1 year ago • 0 comments

I found a need for using the local part of the open connection in a filter. This PR simply adds a local_addr wherever there's a remote_addr (except in tracing).

It needs a bump to hyper as local_addr() was only added to AddrStream in v0.14.19.

daviessm avatar Aug 19 '22 20:08 daviessm