forked from agronholm/anyio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Used transports and protocols on asyncio for compatibility with ProactorEventLoop - Used trustme to provide dummy certificates - Separated TLS from TCP streams - Separated buffering functionality from the SocketStream class into BufferedByteReceiveStream - Added the "family" property to socket streams - Added text streams Fixes agronholm#77. Fixes agronholm#7.
- Loading branch information
1 parent
46ff7fa
commit 2c43116
Showing
37 changed files
with
3,231 additions
and
2,144 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
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
Oops, something went wrong.