This is an automated email from the ASF dual-hosted git repository.

briang pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  518e829   TS-3922: clang format
518e829 is described below

commit 518e829c90dbbd01ac424e8f693955102e9cde93
Author: Brian Geffon <[email protected]>
AuthorDate: Wed Apr 20 23:32:35 2016 -0700

    TS-3922: clang format
---
 proxy/http/HttpSM.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 745394e..2b7cddb 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -1586,14 +1586,16 @@ HttpSM::handle_api_return()
         
HTTP_INCREMENT_DYN_STAT(http_websocket_current_active_client_connections_stat);
 
         if (ua_session) {
-          DebugSM("http_websocket", "(client session) Setting websocket active 
timeout=%" PRId64 "s and inactive timeout=%" PRId64 "s",
+          DebugSM("http_websocket",
+                  "(client session) Setting websocket active timeout=%" PRId64 
"s and inactive timeout=%" PRId64 "s",
                   t_state.txn_conf->websocket_active_timeout, 
t_state.txn_conf->websocket_inactive_timeout);
           
ua_session->get_netvc()->set_active_timeout(HRTIME_SECONDS(t_state.txn_conf->websocket_active_timeout));
           
ua_session->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->websocket_inactive_timeout));
         }
 
         if (server_session) {
-          DebugSM("http_websocket", "(server session) Setting websocket active 
timeout=%" PRId64 "s and inactive timeout=%" PRId64 "s",
+          DebugSM("http_websocket",
+                  "(server session) Setting websocket active timeout=%" PRId64 
"s and inactive timeout=%" PRId64 "s",
                   t_state.txn_conf->websocket_active_timeout, 
t_state.txn_conf->websocket_inactive_timeout);
           
server_session->get_netvc()->set_active_timeout(HRTIME_SECONDS(t_state.txn_conf->websocket_active_timeout));
           
server_session->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->websocket_inactive_timeout));

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to