-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HttpUtils#isConnectOrUpgrade for FF WebSockets
See #5141 An exception was thrown when upgrading manually a Firefox WebSocket using io.vertx.core.http.HttpServerRequest#toNetSocket. This happened because FF doesn't send a normal 'Connection: Upgrade' header for WebSockets. Instead, it sends: 'Connection: keep-alive, Upgrade'. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
- Loading branch information
1 parent
3f3ff78
commit e888bde
Showing
2 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters