Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
9e120e97f455194e471a79722af79fa0d68a3df2
/
.
/
vendor
/
github.com
/
gorilla
/
websocket
/
trace_17.go
blob: 77d05a0b5748c8d1bc220acfdb375ebad151bf6d [
file
] [
log
] [
blame
]
// +build !go1.8
package websocket
import (
"crypto/tls"
"net/http/httptrace"
)
func doHandshakeWithTrace(trace *httptrace.ClientTrace, tlsConn *tls.Conn, cfg *tls.Config) error {
return doHandshake(tlsConn, cfg)
}