-
Notifications
You must be signed in to change notification settings - Fork 483
DPL Websocket: Add protocol param to encode_websocket_handshake_reply which allows a response Sec-WebSocket-Accept in handshake. #14687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…allows a response Sec-WebSocket-Accept in handshake.
…cket_handshake_request
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
Co-authored-by: Giulio Eulisse <10544+ktf@users.noreply.github.com>
Please consider the following formatting changes to AliceO2Group#14687
… which allows a response Sec-WebSocket-Accept in handshake. (AliceO2Group#14687) DPL Websocket: Add overloaded encode_websocket_handshake_reply which allows a response Sec-WebSocket-Accept in handshake.
Add protocol param to encode_websocket_handshake_reply which allows a response Sec-WebSocket-Accept in handshake. If no protocol is given to the function, Sec-WebSocket-Accept is not returned in the response.