[유치수] [NOBTS] todo 표

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1303 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-03-07 08:11:25 +00:00
parent dcd2b81f19
commit 40adaa86e8
@@ -57,6 +57,7 @@ public class ConnectMethodInterceptor implements StaticAroundInterceptor, ByteCo
String host = request.getURL().getHost();
int port = request.getURL().getPort();
// TODO protocol은 어떻게 표기하지???
trace.recordEndPoint("HTTP/1.1:" + host + ((port > 0) ? ":" + port : ""));
trace.recordDestinationId(host + ((port > 0) ? ":" + port : ""));