Browse Source
The observed behavior was that the client does not get a response from the WebSocket HTTP handshake. On the server the handshake actually succeeds, the response is set correctly to status 101, and the WebSocketHandler gets notified of the successfully established connection. This change flushes the ServletResponse just before returning from the GlassfishRequestUpgradeStrategy. This is actually what Glassfish's own TyrusServletFilter does as well at the end along with a comment that it is a possible bug.pull/424/head
Rossen Stoyanchev
11 years ago
1 changed files with 14 additions and 8 deletions
Loading…
Reference in new issue