Skip to content

Commit 3e84dc7

Browse files
authored
Merge pull request #193 from DataDog/vickenty/eintr
Don't report the expected InterruptedException
2 parents 6815e2a + 9edb184 commit 3e84dc7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/timgroup/statsd/StatsDProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ protected void processLoop() {
6666
try {
6767
sendBuffer = bufferPool.borrow();
6868
} catch (final InterruptedException e) {
69-
handler.handle(e);
7069
return;
7170
}
7271

0 commit comments

Comments
 (0)