#2277 closed defect (fixed)
html5 authentication failure causes error
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | html5 | Version: | 2.5.x |
Keywords: | Cc: |
Description
Server receives:
Error: unknown or invalid packet type 'suspend' received from WebSocket(ws socket: 127.0.0.1:10000 <- 127.0.0.1:50900)
The handler has not been registered yet due to the authentication failure.
Change History (2)
comment:1 Changed 22 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 21 hours ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2277
Note: See
TracTickets for help on using
tickets.
Fixed in r22452. (backport not necessary - this is cosmetic)
We now keep track of whether we're connected or not.
(from the moment we receive the server hello until we close the protocol)