-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is necessary to convert accept_connection to native coroutines - the handshake no longer completes within a single IOLoop iteration with this change due to coroutine scheduling. This has the side effect of keeping the HTTP1Connection open for the lifetime of the websocket connection. That's not great for memory, but might help streamline close handling. Either way, it'll be refactored in a future change.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 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