mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-04-21 17:01:35 +00:00
remove unused member of struct from http roundtripper
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user