Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed Jun 30, 2023
1 parent 7904f80 commit b2b0817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ func handleWebSocket(w http.ResponseWriter, r *http.Request) {
CompressionMode: websocket.CompressionContextTakeover,
}
}
log.Println(options)

conn, err := websocket.Accept(w, r, options)
//conn, err := websocket.Accept(w, r, nil)
Expand Down

0 comments on commit b2b0817

Please sign in to comment.