Skip to content

Commit 2291d83

Browse files
abursavichnhooyr
authored andcommitted
Server allows client to specify server_max_window_bits=15
1 parent 136f954 commit 2291d83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accept.go

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ func acceptDeflate(w http.ResponseWriter, ext websocketExtension, mode Compressi
265265
case "server_no_context_takeover":
266266
copts.serverNoContextTakeover = true
267267
continue
268+
case "server_max_window_bits=15":
269+
continue
268270
}
269271

270272
if strings.HasPrefix(p, "client_max_window_bits") {

0 commit comments

Comments
 (0)