We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1a164 commit fc432d2Copy full SHA for fc432d2
uvloop/sslproto.pyx
@@ -561,7 +561,7 @@ cdef class SSLProtocol:
561
new_MethodHandle(self._loop,
562
"SSLProtocol._do_read",
563
<method_t> self._do_read,
564
- None,
+ None, # current context is good
565
self))
566
567
# Shutdown flow
@@ -761,7 +761,7 @@ cdef class SSLProtocol:
761
762
763
<method_t>self._do_read,
764
765
766
except ssl_SSLAgainErrors as exc:
767
pass
0 commit comments