crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 426 forks source link

Process server handshake response #508

Closed om26er closed 4 years ago

om26er commented 4 years ago

Addresses https://github.com/crossbario/autobahn-java/issues/9

Code inspired by https://github.com/crossbario/autobahn-python/blob/084dc1ace4ef18f11e7688a9b02b2e84cb221e64/autobahn/websocket/protocol.py#L3632 -- WebSocket key verification is still not implemented.

oberstet commented 4 years ago

fixes a very old issue;) awesome.

WebSocket key verification is still not implemented.

ok, can be added later with "no harm" (wasn't sure if I should merge .. but PR didn't had "WIP" label, so I merged ..)