Skip to content

Commit ba25d8b

Browse files
committed
SSLTransport.abort() should mark the transport as closed
1 parent c3aeff2 commit ba25d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: uvloop/sslproto.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ class _SSLProtocolTransport(aio_FlowControlMixin, aio_Transport):
383383
called with None as its argument.
384384
"""
385385
self._ssl_protocol._abort()
386+
self._closed = True
386387

387388

388389
class SSLProtocol(object):

0 commit comments

Comments
 (0)