Skip to content

Commit

Permalink
remove unused member of struct from http roundtripper
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Sep 24, 2023
1 parent dec83fb commit 99c9bea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions transport/internet/request/roundtripper/httprt/httprt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 99c9bea

Please sign in to comment.