You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/20 23:11:03 UTC

[trafficserver] 07/28: TS-4046: Clang format fix.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 484e8d29e2f0ee6f72d69bd45353b91bf84f73dc
Author: Alan M. Carroll <so...@yahoo-inc.com>
AuthorDate: Tue Apr 19 11:32:05 2016 -0500

    TS-4046: Clang format fix.
    
    (cherry picked from commit f637325c6fb06b56e54d68115f36ef67aceb2d5b)
---
 proxy/http/HttpTransact.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc
index 9b06ede..640082a 100644
--- a/proxy/http/HttpTransact.cc
+++ b/proxy/http/HttpTransact.cc
@@ -935,7 +935,7 @@ done:
     TRANSACT_RETURN(SM_ACTION_SEND_ERROR_CACHE_NOOP, NULL);
   } else {
     s->hdr_info.client_response.destroy(); // release the underlying memory.
-    s->hdr_info.client_response.clear(); // clear the pointers.
+    s->hdr_info.client_response.clear();   // clear the pointers.
     DebugTxn("http_trans", "END HttpTransact::EndRemapRequest");
 
     if (s->is_upgrade_request && s->post_remap_upgrade_return_point) {

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.