Repository: trafficserver Updated Branches: refs/heads/master e0f591a16 -> b7ee24627
Clang-format Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b7ee2462 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b7ee2462 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b7ee2462 Branch: refs/heads/master Commit: b7ee24627a5d1d8e72d658439f7eaf844aae9084 Parents: e0f591a Author: Leif Hedstrom <[email protected]> Authored: Mon Jul 13 20:08:11 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Mon Jul 13 20:08:11 2015 -0600 ---------------------------------------------------------------------- example/version/version.c | 2 +- proxy/http/HttpTransact.h | 35 +++++++++++++++++------------------ 2 files changed, 18 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b7ee2462/example/version/version.c ---------------------------------------------------------------------- diff --git a/example/version/version.c b/example/version/version.c index 4020a0c..edff116 100644 --- a/example/version/version.c +++ b/example/version/version.c @@ -26,7 +26,7 @@ #include "ts/ts.h" void -TSPluginInit(int argc , const char *argv[]) +TSPluginInit(int argc, const char *argv[]) { TSPluginRegistrationInfo info; http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b7ee2462/proxy/http/HttpTransact.h ---------------------------------------------------------------------- diff --git a/proxy/http/HttpTransact.h b/proxy/http/HttpTransact.h index 3bf80fe..75d2ad4 100644 --- a/proxy/http/HttpTransact.h +++ b/proxy/http/HttpTransact.h @@ -877,7 +877,7 @@ public: StatBlock first_stats; StatBlock *current_stats; - + // new ACL filtering result (calculated immediately after remap) bool client_connection_enabled; bool acl_filtering_performed; @@ -970,27 +970,26 @@ public: source(SOURCE_NONE), pre_transform_source(SOURCE_NONE), req_flavor(REQ_FLAVOR_FWDPROXY), pending_work(NULL), cdn_saved_next_action(SM_ACTION_UNDEFINED), cdn_saved_transact_return_point(NULL), cdn_remap_complete(false), first_dns_lookup(true), backdoor_request(false), cop_test_page(false), parent_params(NULL), - cache_lookup_result(CACHE_LOOKUP_NONE), next_action(SM_ACTION_UNDEFINED), api_next_action(SM_ACTION_UNDEFINED), + cache_lookup_result(CACHE_LOOKUP_NONE), next_action(SM_ACTION_UNDEFINED), api_next_action(SM_ACTION_UNDEFINED), transact_return_point(NULL), post_remap_upgrade_return_point(NULL), upgrade_token_wks(NULL), is_upgrade_request(false), - is_websocket(false), did_upgrade_succeed(false), internal_msg_buffer(NULL), internal_msg_buffer_type(NULL), - internal_msg_buffer_size(0), internal_msg_buffer_fast_allocator_size(-1), icp_lookup_success(false), scheme(-1), + is_websocket(false), did_upgrade_succeed(false), internal_msg_buffer(NULL), internal_msg_buffer_type(NULL), + internal_msg_buffer_size(0), internal_msg_buffer_fast_allocator_size(-1), icp_lookup_success(false), scheme(-1), next_hop_scheme(scheme), orig_scheme(scheme), method(0), cause_of_death_errno(-UNKNOWN_INTERNAL_ERROR), - client_request_time(UNDEFINED_TIME), request_sent_time(UNDEFINED_TIME), response_received_time(UNDEFINED_TIME), - plugin_set_expire_time(UNDEFINED_TIME), state_machine_id(0), first_stats(), current_stats(NULL), - client_connection_enabled(true), acl_filtering_performed(false), negative_caching(false), - srv_lookup(false), www_auth_content(CACHE_AUTH_NONE), - remap_plugin_instance(0), fp_tsremap_os_response(NULL), http_return_code(HTTP_STATUS_NONE), - api_txn_active_timeout_value(-1), api_txn_connect_timeout_value(-1), api_txn_dns_timeout_value(-1), - api_txn_no_activity_timeout_value(-1), cache_req_hdr_heap_handle(NULL), cache_resp_hdr_heap_handle(NULL), - api_cleanup_cache_read(false), api_server_response_no_store(false), api_server_response_ignore(false), - api_http_sm_shutdown(false), api_modifiable_cached_resp(false), api_server_request_body_set(false), - api_req_cacheable(false), api_resp_cacheable(false), api_server_addr_set(false), + client_request_time(UNDEFINED_TIME), request_sent_time(UNDEFINED_TIME), response_received_time(UNDEFINED_TIME), + plugin_set_expire_time(UNDEFINED_TIME), state_machine_id(0), first_stats(), current_stats(NULL), + client_connection_enabled(true), acl_filtering_performed(false), negative_caching(false), srv_lookup(false), + www_auth_content(CACHE_AUTH_NONE), remap_plugin_instance(0), fp_tsremap_os_response(NULL), + http_return_code(HTTP_STATUS_NONE), api_txn_active_timeout_value(-1), api_txn_connect_timeout_value(-1), + api_txn_dns_timeout_value(-1), api_txn_no_activity_timeout_value(-1), cache_req_hdr_heap_handle(NULL), + cache_resp_hdr_heap_handle(NULL), api_cleanup_cache_read(false), api_server_response_no_store(false), + api_server_response_ignore(false), api_http_sm_shutdown(false), api_modifiable_cached_resp(false), + api_server_request_body_set(false), api_req_cacheable(false), api_resp_cacheable(false), api_server_addr_set(false), stale_icp_lookup(false), api_update_cached_object(UPDATE_CACHED_OBJECT_NONE), api_lock_url(LOCK_URL_FIRST), - saved_update_next_action(SM_ACTION_UNDEFINED), saved_update_cache_action(CACHE_DO_UNDEFINED), - url_map(), pCongestionEntry(NULL), congest_saved_next_action(SM_ACTION_UNDEFINED), congestion_control_crat(0), + saved_update_next_action(SM_ACTION_UNDEFINED), saved_update_cache_action(CACHE_DO_UNDEFINED), url_map(), + pCongestionEntry(NULL), congest_saved_next_action(SM_ACTION_UNDEFINED), congestion_control_crat(0), congestion_congested_or_failed(0), congestion_connection_opened(0), filter_mask(0), remap_redirect(NULL), - reverse_proxy(false), url_remap_success(false), api_skip_all_remapping(false), already_downgraded(false), - pristine_url(), range_setup(RANGE_NONE), num_range_fields(0), range_output_cl(0), ranges(NULL), txn_conf(NULL), + reverse_proxy(false), url_remap_success(false), api_skip_all_remapping(false), already_downgraded(false), pristine_url(), + range_setup(RANGE_NONE), num_range_fields(0), range_output_cl(0), ranges(NULL), txn_conf(NULL), transparent_passthrough(false), range_in_cache(false) { int i;
