Browse Source

remove unused member of struct from http roundtripper

Shelikhoo 2 years ago
parent
commit
99c9beac4e
1 changed files with 1 additions and 2 deletions
  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) {