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
It only supports web sockets via HTTP CONNECT method (used e.g. with SSL). The unit tests (testWsCall()) only test for that too. We should add full support for HTTP UPGRADE method in the main server and handle this correctly even with plain HTTP.
The text was updated successfully, but these errors were encountered:
It only supports web sockets via HTTP CONNECT method (used e.g. with SSL). The unit tests (
testWsCall()
) only test for that too. We should add full support for HTTP UPGRADE method in the main server and handle this correctly even with plain HTTP.The text was updated successfully, but these errors were encountered: