~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/http/remap/RemapProcessor.cc

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
  if (rewrite_table->num_rules_forward_with_recv_port) {
92
92
    Debug("url_rewrite", "[lookup] forward mappings with recv port found; Using recv port %d",
93
 
          ats_ip_port_host_order(&s->client_info.addr));
94
 
    if (rewrite_table->forwardMappingWithRecvPortLookup(request_url, ats_ip_port_host_order(&s->client_info.addr),
 
93
          s->client_info.port);
 
94
    if (rewrite_table->forwardMappingWithRecvPortLookup(request_url, s->client_info.port,
95
95
                                                         request_host, request_host_len, s->url_map)) {
96
96
      Debug("url_rewrite", "Found forward mapping with recv port");
97
97
      mapping_found = true;