Skip to content

Commit

Permalink
Restore interrupt state
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 386478300
  • Loading branch information
cushon authored and copybara-github committed Jul 23, 2021
1 parent 5b9aaa9 commit e1f2e3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void processRequests() throws IOException {
try {
startResponseThread(request);
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
// We don't expect interrupts at this level, only inside the individual request
// handling threads, so here we just abort on interrupt.
e.printStackTrace();
Expand Down

0 comments on commit e1f2e3d

Please sign in to comment.