Ticket #4709 defect closed fixed
_newclient.HTTP11ClientProtocol logs something awefully confusing in its write req errback
| Reported by: | djfroofy | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | jessica.mckellar@… | Branch: | branches/webclient-logging-4709 |
| Author: | jesstess | Launchpad Bug: |
Description
I'm not sure if there's meaning behind logging the word foo in log.err() call below? Perhaps this should be changed to something clearer.
def ebRequestWriting(err): if self._state == 'TRANSMITTING': self._state = 'GENERATION_FAILED' self.transport.loseConnection() self._finishedRequest.errback( Failure(RequestGenerationFailed([err]))) else: log.err(err, "foo")
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

