mirror of https://github.com/gorilla/websocket.git
mod: method args name
This commit is contained in:
parent
a366cdf616
commit
f7abc95255
|
@ -25,7 +25,7 @@ var (
|
||||||
}}
|
}}
|
||||||
)
|
)
|
||||||
|
|
||||||
func decompressNoContextTakeover(r io.Reader, b []byte) io.ReadCloser {
|
func decompressNoContextTakeover(r io.Reader, dict []byte) io.ReadCloser {
|
||||||
const tail =
|
const tail =
|
||||||
// Add four bytes as specified in RFC
|
// Add four bytes as specified in RFC
|
||||||
"\x00\x00\xff\xff" +
|
"\x00\x00\xff\xff" +
|
||||||
|
|
Loading…
Reference in New Issue