We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5c603 commit b81576fCopy full SHA for b81576f
README.md
@@ -33,6 +33,8 @@ func main() {
33
os.Exit(1)
34
}
35
36
+ buf := make([]byte, 4096)
37
+
38
// Will `Read` from the connection and send a `101 Switching Protocols` response
39
// if valid, otherwise sends a `400 Bad Request` response.
40
err := gows.UpgradeConnection(&conn, buf)
0 commit comments