good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2291d83f authored by Andy Bursavich's avatar Andy Bursavich Committed by Anmol Sethi
Browse files

Server allows client to specify server_max_window_bits=15

parent 136f9544
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,8 @@ func acceptDeflate(w http.ResponseWriter, ext websocketExtension, mode Compressi
case "server_no_context_takeover":
copts.serverNoContextTakeover = true
continue
case "server_max_window_bits=15":
continue
}
if strings.HasPrefix(p, "client_max_window_bits") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment