Github user zwoop commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/616#discussion_r62198973
  
    --- Diff: proxy/http/HttpConfig.h ---
    @@ -851,8 +852,8 @@ extern volatile int32_t icp_dynamic_enabled;
     /////////////////////////////////////////////////////////////
     inline HttpConfigParams::HttpConfigParams()
       : proxy_hostname(NULL), proxy_hostname_len(0), 
server_max_connections(0), origin_min_keep_alive_connections(0),
    -    max_websocket_connections(-1), disable_ssl_parenting(0), 
enable_url_expandomatic(0), no_dns_forward_to_parent(0),
    -    uncacheable_requests_bypass_parent(1), no_origin_server_dns(0), 
use_client_target_addr(0), use_client_source_port(0),
    +    max_websocket_connections(-1), disable_ssl_parenting(0), 
enable_url_expandomatic(0),
    +    no_dns_forward_to_parent(0), no_origin_server_dns(0), 
use_client_target_addr(0), use_client_source_port(0),
    --- End diff --
    
    Also, if we do this .clang-format change, we should back port it to 6.2.0 
right now, it'll save the RM for the 6.2.x LTS from headaches in the future.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to