remove unused member of struct from http roundtripper

This commit is contained in:
Shelikhoo 2023-09-24 22:39:17 +01:00
parent dec83fbd99
commit 99c9beac4e
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 2 deletions

View File

@ -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) {