You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/04/08 23:54:06 UTC

[2/3] git commit: Update HttpServerSession close debug message to match the open one.

Update HttpServerSession close debug message to match the open one.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/aa45995e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/aa45995e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/aa45995e

Branch: refs/heads/master
Commit: aa45995e4c9e14f55417b71a9a00b1054e7bb233
Parents: dd60804
Author: James Peach <jp...@apache.org>
Authored: Tue Apr 8 14:01:13 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Apr 8 14:39:28 2014 -0700

----------------------------------------------------------------------
 proxy/http/HttpServerSession.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/aa45995e/proxy/http/HttpServerSession.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpServerSession.cc b/proxy/http/HttpServerSession.cc
index 0609854..2feeeb6 100644
--- a/proxy/http/HttpServerSession.cc
+++ b/proxy/http/HttpServerSession.cc
@@ -119,8 +119,9 @@ HttpServerSession::do_io_close(int alerrno)
     this->server_trans_stat--;
   }
 
+  Debug("http_ss", "[%" PRId64 "] session closing, netvc %p", con_id, server_vc);
+
   server_vc->do_io_close(alerrno);
-  Debug("http_ss", "[%" PRId64 "] session closed", con_id);
   server_vc = NULL;
 
   HTTP_SUM_GLOBAL_DYN_STAT(http_current_server_connections_stat, -1); // Make sure to work on the global stat