Skip to content

Commit

Permalink
Clarify ECONNRESET explanation in cheroot.errors
Browse files Browse the repository at this point in the history
Ref #341
Ref #344
  • Loading branch information
webknjaz committed Dec 11, 2020
1 parent f7d2df9 commit 01e8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def plat_specific_errors(*errnames):
* ENOTCONN — client is no longer connected
* EPIPE — write on a pipe while the other end has been closed
* ESHUTDOWN — write on a socket which has been shutdown for writing
* ECONNRESET — connection is reset by the peer
* ECONNRESET — connection is reset by the peer, we received a TCP RST packet
Ref: https://github.com/cherrypy/cheroot/issues/341#issuecomment-735884889
"""
Expand Down

0 comments on commit 01e8e38

Please sign in to comment.