Skip to content

Commit

Permalink
#291 stupid me.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 21, 2017
1 parent 373e54d commit 04ec098
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ InetSocketAddress start() throws IOException {

inputFuture.get();
outputFuture.get();
} finally {
incomingSocket.close();
}
incomingSocket.close();
return null;
});

Expand Down

0 comments on commit 04ec098

Please sign in to comment.