mirror of https://github.com/MagicStack/uvloop.git
Remove unintented change
This commit is contained in:
parent
a73d44ee63
commit
1078fc23c5
|
@ -552,7 +552,7 @@ cdef class SSLProtocol:
|
|||
new_MethodHandle(self._loop,
|
||||
"SSLProtocol._do_read",
|
||||
<method_t> self._do_read,
|
||||
None, # current context is good
|
||||
None, # current context is good
|
||||
self))
|
||||
|
||||
# Shutdown flow
|
||||
|
|
Loading…
Reference in New Issue