Skip to content

bpo-32622: Normalize ENOTCONN to ConnectionError on macOS#5369

Merged
1st1 merged 1 commit intopython:masterfrom
1st1:fixsf
Jan 27, 2018
Merged

bpo-32622: Normalize ENOTCONN to ConnectionError on macOS#5369
1st1 merged 1 commit intopython:masterfrom
1st1:fixsf

Conversation

@1st1
Copy link
Copy Markdown
Member

@1st1 1st1 commented Jan 27, 2018

On mac, sendfile throws ENOTCONN on a repeated sendfile call if
the connection is closed. Normalize it to behave like other systems.

https://bugs.python.org/issue32622

On mac, sendfile throws ENOTCONN on a repeated sendfile call if
the connection is closed. Normalize it to behave like other systems.
@1st1 1st1 merged commit 2a2247c into python:master Jan 27, 2018
@1st1 1st1 deleted the fixsf branch January 27, 2018 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants