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
The WebSocket class checks the full HTTP status line of the server's response,
while the spec explicitly says that only the status code (101) should be
verified.
https://code.google.com/p/android-faye-client/source/browse/src/com/arguslabs/fa
yeclient/WebSocket.java#581
I just realised that if I change the text in this status line, it will break
your client, which should not happen.
Original issue reported on code.google.com by [email protected] on 2 Apr 2014 at 11:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Apr 2014 at 11:18The text was updated successfully, but these errors were encountered: