You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve WebSocket server handshake handling (#1921)
The WebSocket server incorrectly used http headers:
* The 'Connection' header field value can have multiple elements, not just 'Upgrade'.
* The header field names should be handled in a case-insensitive way.
* If there is an error reporting a 400 error should also terminate the connection
and correctly add http header termination lines.
IoT.js-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
0 commit comments