-
-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Ensure EncryptorFactory actually receives the data we requested
If the initial buffer is unencrypted we can return it straight away if plain text connections are supported. If the initial buffer is encrypted, then it will be consumed as part of the normal encrypted connection negotiation, so we'll need to receive the actual data before returning.
- Loading branch information
1 parent
e0cbf35
commit 69eaf7b
Showing
2 changed files
with
11 additions
and
18 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