mirror of https://github.com/gorilla/websocket.git
clean up comment
This commit is contained in:
parent
f724bd6a6c
commit
2553869a29
2
proxy.go
2
proxy.go
|
@ -15,7 +15,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// // proxyDialerEx extends the generated proxy_Dialer
|
// proxyDialerEx extends the generated proxy_Dialer
|
||||||
type proxyDialerEx interface {
|
type proxyDialerEx interface {
|
||||||
proxy_Dialer
|
proxy_Dialer
|
||||||
// UsesTLS indicates whether we expect to dial to a TLS proxy
|
// UsesTLS indicates whether we expect to dial to a TLS proxy
|
||||||
|
|
Loading…
Reference in New Issue