chiark / gitweb /
hippotatd: catch errors from request.finish in _req_cancel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 19:51:21 +0000 (20:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 19:51:21 +0000 (20:51 +0100)
commitb6c0b1bb37610c084ebcb477332ac693ea089bd6
tree5b6bab5700be884b45b45bbd43aed82a9a5fe0d6
parent02a201e1e706788f355171ff979e1f82ecadfc71
hippotatd: catch errors from request.finish in _req_cancel

It is not completely clear when it is necessary to call
request.finish.  Doing so when it is not necessary has a tendency to
throw an exception.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
hippotatd