~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to proxy/http/HttpConfig.h

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2011-12-11 00:45:45 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20111211004545-5h7wnetmocctwqp0
Tags: 3.0.2-1
* New upstream release
  + Includes former Debian specific patch which makes sure the upstream
    configure script does not override any -O flags passed by the user
    anymore.
* Adapt to dpkg 1.16.1 API changes regarding build flags. This enables
  hardening build flags. This means, trafficserver is now being built with
  -fstack-protector and other security related build flags.
* Add dpkg-dev (>= 1.16.1~) to build-depends to make sure our buildflags are
  properly supported. That's guaranteed for Testing, but might be helpful to
  know for backporters.
* Fix several issues in the DEP-5 syntax. Unfortunately there is no way to
  express that a file is subject to different license agreements so far.
* Do not install the upstream changelog twice anymore
* Finally run regression checks again, now as build failures are sorted out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
       negative_caching_enabled(0), negative_caching_lifetime(0), cache_when_to_revalidate(0),
410
410
       keep_alive_enabled_in(0), keep_alive_enabled_out(0), keep_alive_post_out(0),
411
411
       sock_recv_buffer_size_out(0), sock_send_buffer_size_out(0), sock_option_flag_out(0),
 
412
       fwd_proxy_auth_to_parent(0),
412
413
       anonymize_remove_from(0), anonymize_remove_referer(0), anonymize_remove_user_agent(0),
413
414
       anonymize_remove_cookie(0), anonymize_remove_client_ip(0), anonymize_insert_client_ip(1),
414
415
       append_xforwards_header(0), proxy_response_server_enabled(0),
 
416
 
415
417
       insert_squid_x_forwarded_for(0), send_http11_requests(3), // SEND_HTTP11_IF_REQUEST_11_AND_HOSTDB
416
418
       cache_http(0), cache_ignore_client_no_cache(0), cache_ignore_client_cc_max_age(1),
417
419
       cache_ims_on_client_no_cache(0), cache_ignore_server_no_cache(0), cache_responses_to_cookies(0),
463
465
  MgmtInt sock_send_buffer_size_out;
464
466
  MgmtInt sock_option_flag_out;
465
467
 
 
468
  MgmtByte fwd_proxy_auth_to_parent;
 
469
 
466
470
  ///////////////////////////////////////////////////////////////////
467
471
  // Privacy: fields which are removed from the user agent request //
468
472
  ///////////////////////////////////////////////////////////////////
769
773
  MgmtInt default_buffer_water_mark;
770
774
  MgmtByte enable_http_info;
771
775
 
772
 
  //////////////////////
773
 
  //  Breaking Specs  //
774
 
  //  mostly for BofA //
775
 
  //////////////////////
776
 
  MgmtInt fwd_proxy_auth_to_parent;
777
 
 
778
776
  // Cluster time delta is not a config variable,
779
777
  //  rather it is the time skew which the manager observes
780
778
  int32_t cluster_time_delta;
963
961
    quick_filter_mask(0),
964
962
    client_transparency_enabled(0),
965
963
    server_transparency_enabled(0),
 
964
    reverse_proxy_enabled(0),
 
965
    url_remap_required(0),
966
966
    negative_revalidating_enabled(0),
967
967
    negative_revalidating_lifetime(0),
968
968
    record_cop_page(0),
971
971
    default_buffer_size_index(0),
972
972
    default_buffer_water_mark(0),
973
973
    enable_http_info(0),
974
 
    fwd_proxy_auth_to_parent(0),
975
974
    cluster_time_delta(0),
976
975
    srv_enabled(0),
977
976
    redirection_enabled(1),