Skip to content

[2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)#8791

Merged
tiran merged 1 commit intopython:2.7from
tiran:backport-1590c39-2.7
Aug 16, 2018
Merged

[2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)#8791
tiran merged 1 commit intopython:2.7from
tiran:backport-1590c39-2.7

Conversation

@tiran
Copy link
Member

@tiran tiran commented Aug 16, 2018

Read from data socket to avoid "[SSL] shutdown while in init" exception
during shutdown of the dummy server.

Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue34391

.

(cherry picked from commit 1590c39)

Co-authored-by: Christian Heimes [email protected]

Read from data socket to avoid "[SSL] shutdown while in init" exception
during shutdown of the dummy server.

Signed-off-by: Christian Heimes <[email protected]>

<!-- issue-number: [bpo-34391](https://www.bugs.python.org/issue34391) -->
https://bugs.python.org/issue34391
<!-- /issue-number -->.
(cherry picked from commit 1590c39)

Co-authored-by: Christian Heimes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants