Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions uvloop/sslproto.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,6 @@ cdef class SSLProtocol:
cdef _do_shutdown(self, object context=None):
"""Send close_notify and wait for the same from the peer."""
try:
# we must skip all application data (if any) before unwrap
self._do_read_into_void(context)
try:
self._sslobj.unwrap()
except ssl_SSLAgainErrors as exc:
Expand Down