github.com/gorilla/websocket v1.4.0

This commit is contained in:
Jordan Liggitt
2019-06-22 11:41:53 -07:00
parent 29853a1976
commit 63e5ad08aa
30 changed files with 1003 additions and 316 deletions

View File

@@ -19,7 +19,6 @@ import (
type PreparedMessage struct {
messageType int
data []byte
err error
mu sync.Mutex
frames map[prepareKey]*preparedFrame
}