web_response.Response.prepared
is False
after write_eof()
#5343
Labels
web_response.Response.prepared
is False
after write_eof()
#5343
web_response.Response.prepared
isFalse
afterwrite_eof()
(the payload writer goes back to None).This is a bit mis-leading - any reason not to change
Response.prepared
toself._eof_sent or self._payload_writer is not None
?The text was updated successfully, but these errors were encountered: