I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 709657e2 authored by zzz's avatar zzz
Browse files

log tweak

parent 6176aaeb
No related branches found
No related tags found
No related merge requests found
......@@ -555,6 +555,7 @@ public class I2PTunnelHTTPServer extends I2PTunnelServer {
getTunnel().getContext().statManager().addRateData("i2ptunnel.httpserver.blockingHandleTime", timeToHandle);
if ( (timeToHandle > 1000) && (_log.shouldLog(Log.WARN)) )
_log.warn("Took a while to handle the request for " + remoteHost + ':' + remotePort +
" from: " + peerB32 +
" [" + timeToHandle +
", read headers: " + (afterHeaders-afterAccept) +
", socket create: " + (afterSocket-afterHeaders) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment