1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00

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

View File

@ -75,8 +75,7 @@ type httpTripperServer struct {
listener net.Listener listener net.Listener
assembly request.TransportServerAssembly assembly request.TransportServerAssembly
listenAddress net.Addr config *ServerConfig
config *ServerConfig
} }
func (h *httpTripperServer) OnTransportServerAssemblyReady(assembly request.TransportServerAssembly) { func (h *httpTripperServer) OnTransportServerAssemblyReady(assembly request.TransportServerAssembly) {