WebSocket Support: Introduce an option to disable Hixie protocol support, giving users more control over their WebSocket connections.
WebSocket Protocol: Enhance protocol support by exposing detailed information about the supported protocols, improving user awareness and configuration options.
Improvements
Connection Verification: Change the method name from verifyOrigin to verifyClient and provide additional information regarding the SSL status of connections, enhancing clarity for users.
Testing: Restructure test cases to improve the testing process, ensuring a more reliable and efficient experience for users.
Fixes
Fix issues with the Hixie handshake process, ensuring smoother connections for users utilizing this protocol.
Fix header issues related to the Hixie protocol, enhancing the reliability of WebSocket connections.
Others
Update documentation to reflect recent changes and improvements, ensuring users have the most accurate information available.
Clarify comments and documentation regarding Hixie support, helping users better understand the functionality and options available.