We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196626 commit 4a61167Copy full SHA for 4a61167
.gitignore
@@ -1,4 +1,3 @@
1
-coverage.html
2
wstest_reports
3
websocket.test
4
profs
dial.go
@@ -17,7 +17,7 @@ import (
17
// DialOptions represents the options available to pass to Dial.
18
type DialOptions struct {
19
// HTTPClient is the http client used for the handshake.
20
- // Its Transport must use HTTP/1.1 and must return writable bodies
+ // Its Transport must use HTTP/1.1 and return writable bodies
21
// for WebSocket handshakes. This was introduced in Go 1.12.
22
// http.Transport does this all correctly.
23
HTTPClient *http.Client
0 commit comments