forked from mirror/websocket
fixed typo in comment
This commit is contained in:
parent
4292df70df
commit
0a52d61198
|
@ -88,7 +88,7 @@ func (c *connection) writePump() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// serverWs handles webocket requests from the peer.
|
// serverWs handles websocket requests from the peer.
|
||||||
func serveWs(w http.ResponseWriter, r *http.Request) {
|
func serveWs(w http.ResponseWriter, r *http.Request) {
|
||||||
if r.Method != "GET" {
|
if r.Method != "GET" {
|
||||||
http.Error(w, "Method not allowed", 405)
|
http.Error(w, "Method not allowed", 405)
|
||||||
|
|
Loading…
Reference in New Issue