forked from mirror/websocket
Fix to compile on Go < 1.6
This commit is contained in:
parent
b0dc45572b
commit
522f286a67
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
minCompressionLevel = flate.HuffmanOnly
|
||||
minCompressionLevel = -2 // flate.HuffmanOnly
|
||||
maxCompressionLevel = flate.BestCompression
|
||||
defaultCompressionLevel = 1
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue