Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
remove RequestCancellationListener after request
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegr committed Jul 1, 2013
1 parent 69c11bb commit c69a06f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ public void run() {
} catch (final Throwable t) {
Ln.d(t, "An unexpected error occured when processsing request %s", request.toString());
}
finally {
request.setRequestCancellationListener(null);
}
}

@Override
Expand Down

0 comments on commit c69a06f

Please sign in to comment.