Issue 32624: Implement WriteTransport.is_protocol_paused() - Python tracker

Issue32624

Created on 2018-01-22 17:39 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg310439 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-01-22 17:39
The method should return True is write is suspended
msg311139 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-01-29 14:15
Let's not do it: the new method is not required for starttls/sendfile, the name and behavior is questionable.

New issue should be created with use case example.
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76805
2018-01-29 14:15:42asvetlovsetstatus: open -> closed
resolution: rejected
messages: + msg311139

stage: resolved

2018-01-22 17:39:55asvetlovcreate