mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add permessage-deflate WebSocket support (RIPD-1409):
This also fixes a defect where the Server HTTP header was incorrectly set in WebSocket Upgrade handshake responses.
This commit is contained in:
committed by
Edward Hennis
parent
ce7e83f763
commit
f6a0345831
@@ -830,6 +830,7 @@ to_Port(ParsedPort const& parsed, std::ostream& log)
|
||||
p.ssl_cert = parsed.ssl_cert;
|
||||
p.ssl_chain = parsed.ssl_chain;
|
||||
p.ssl_ciphers = parsed.ssl_ciphers;
|
||||
p.pmd_options = parsed.pmd_options;
|
||||
|
||||
return p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user