-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop WebSocketUpgradeHandler:: touchSuccess
Motivation This hack was a very old workaround for #317 where the server would send the first frame along with the handshake. This issue has actually been fixed for quite some time, we just had to replace the `UpgradeCallback` with the future before triggering the read when upgrading the pipeline. We no longer need this protection as there’s no way the `UpgradeCallback` can be called twice. Modification: Remove dead code. Result: Clean code
- Loading branch information
Showing
2 changed files
with
4 additions
and
12 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