OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / gorilla / websocket / trace_17.go
1 // +build !go1.8
2
3 package websocket
4
5 import (
6         "crypto/tls"
7         "net/http/httptrace"
8 )
9
10 func doHandshakeWithTrace(trace *httptrace.ClientTrace, tlsConn *tls.Conn, cfg *tls.Config) error {
11         return doHandshake(tlsConn, cfg)
12 }