-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSL: schedule first data after waiter wakeup
The waiter given to SSLProtocol should be woke up before the first data callback, especially for `start_tls()` where the user protocol's `connection_made()` won't be called and the waiter wakeup is the only time the user have access to the new SSLTransport for the first time. The user may want to e.g. check ALPN before handling the first data, it's better that uvloop doesn't force the user to check this by themselves.
- Loading branch information
Showing
2 changed files
with
104 additions
and
1 deletion.
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