You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2016/01/12 17:13:16 UTC

trafficserver git commit: TS-4024: clang-format fix.

Repository: trafficserver
Updated Branches:
  refs/heads/master bb40d788b -> 3a8ee6ba7


TS-4024: clang-format fix.


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

Branch: refs/heads/master
Commit: 3a8ee6ba7a42ca125d297ac8edeeba88df8636ad
Parents: bb40d78
Author: shinrich <sh...@yahoo-inc.com>
Authored: Tue Jan 12 10:12:19 2016 -0600
Committer: shinrich <sh...@yahoo-inc.com>
Committed: Tue Jan 12 10:12:19 2016 -0600

----------------------------------------------------------------------
 proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3a8ee6ba/proxy/http/HttpSM.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index ab97380..40bb8fe 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -5641,7 +5641,7 @@ HttpSM::attach_server_session(HttpServerSession *s)
   SSLNetVConnection *ssl_vc = dynamic_cast<SSLNetVConnection *>(client_vc);
   bool associated_connection = false;
   if (server_vc) { // if server_vc isn't a PluginVC
-    if (ssl_vc) { // if incoming connection is SSL
+    if (ssl_vc) {  // if incoming connection is SSL
       bool client_trace = ssl_vc->getSSLTrace();
       if (client_trace) {
         // get remote address and port to mark corresponding traces