Ticket #5043 enhancement closed wontfix
t.w.http.Request.finish should log error instead of raising RuntimeError
| Reported by: | psykidellic | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Calling Request.finish on a closed connection raises RuntimeError but its not forwarded to corresponding d.errback().
At this point of operation, there is nothing much anybody can do so it would be just better to log the message instead of raise an exception.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

