Explorar o código

remove unused member of struct from http roundtripper

Shelikhoo %!s(int64=2) %!d(string=hai) anos
pai
achega
99c9beac4e
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      transport/internet/request/roundtripper/httprt/httprt.go

+ 1 - 2
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) {