Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdwx committed May 30, 2022
1 parent e467894 commit 4250737
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ public void handle(final HttpServerRequest request, final HttpServerResponse res
//endregion

prepareHeaders(response, file);
response.sendFile(raf, Netty.DEFAULT_CHUNK_SIZE).addListener(f -> {
System.out.println("f.cause() = " + f.cause());
});
response.sendFile(raf, Netty.DEFAULT_CHUNK_SIZE);
}

@Override
Expand Down

0 comments on commit 4250737

Please sign in to comment.