()
| 91 | } |
| 92 | |
| 93 | func (r *StreamRoute) LocalAddr() net.Addr { |
| 94 | return r.stream.LocalAddr() |
| 95 | } |
| 96 | |
| 97 | func (r *StreamRoute) initStream() (nettypes.Stream, error) { |
| 98 | lurl, rurl := r.LisURL, r.ProxyURL |
nothing calls this directly
no test coverage detected