diff --git a/transport/internet/request/roundtripper/httprt/httprt.go b/transport/internet/request/roundtripper/httprt/httprt.go index a65516667..30f1ad66a 100644 --- a/transport/internet/request/roundtripper/httprt/httprt.go +++ b/transport/internet/request/roundtripper/httprt/httprt.go @@ -75,8 +75,7 @@ type httpTripperServer struct { listener net.Listener assembly request.TransportServerAssembly - listenAddress net.Addr - config *ServerConfig + config *ServerConfig } func (h *httpTripperServer) OnTransportServerAssemblyReady(assembly request.TransportServerAssembly) {