You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/01/22 20:21:52 UTC

[2/2] trafficserver git commit: TS-4070 Fixes clang-format

TS-4070 Fixes clang-format

The fixes on master covered more than just this, so had to do this
as a separate commit.


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

Branch: refs/heads/6.1.x
Commit: c59b94663555210b724fc138ca40ddf73833d5a1
Parents: 4ce267d
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Jan 22 12:12:39 2016 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Jan 22 12:12:39 2016 -0700

----------------------------------------------------------------------
 proxy/http/remap/RemapProcessor.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c59b9466/proxy/http/remap/RemapProcessor.cc
----------------------------------------------------------------------
diff --git a/proxy/http/remap/RemapProcessor.cc b/proxy/http/remap/RemapProcessor.cc
index 4040118..fd3e524 100644
--- a/proxy/http/remap/RemapProcessor.cc
+++ b/proxy/http/remap/RemapProcessor.cc
@@ -88,8 +88,8 @@ RemapProcessor::setup_for_remap(HttpTransact::State *s)
 
   if (rewrite_table->num_rules_forward_with_recv_port) {
     Debug("url_rewrite", "[lookup] forward mappings with recv port found; Using recv port %d", s->client_info.dst_addr.port());
-    if (rewrite_table->forwardMappingWithRecvPortLookup(request_url, s->client_info.dst_addr.port(), request_host,
-                                                        request_host_len, s->url_map)) {
+    if (rewrite_table->forwardMappingWithRecvPortLookup(request_url, s->client_info.dst_addr.port(), request_host, request_host_len,
+                                                        s->url_map)) {
       Debug("url_rewrite", "Found forward mapping with recv port");
       mapping_found = true;
     } else if (rewrite_table->num_rules_forward == 0) {