This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit c8328c655641355abe00a95c44eaf87aaf9a6a55 Author: Leif Hedstrom <[email protected]> AuthorDate: Tue Jun 28 18:38:06 2016 -0600 TS-4481 clang-format --- lib/atscppapi/src/Transaction.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/atscppapi/src/Transaction.cc b/lib/atscppapi/src/Transaction.cc index 5f331e8..4bce19c 100644 --- a/lib/atscppapi/src/Transaction.cc +++ b/lib/atscppapi/src/Transaction.cc @@ -508,16 +508,16 @@ Transaction::getCachedResponse() void Transaction::resetHandles() { - state_->cached_request_hdr_buf_ = NULL; - state_->cached_request_hdr_loc_ = NULL; + state_->cached_request_hdr_buf_ = NULL; + state_->cached_request_hdr_loc_ = NULL; state_->cached_response_hdr_buf_ = NULL; state_->cached_response_hdr_loc_ = NULL; state_->client_response_hdr_buf_ = NULL; state_->client_response_hdr_loc_ = NULL; - state_->server_request_hdr_buf_ = NULL; - state_->server_request_hdr_loc_ = NULL; + state_->server_request_hdr_buf_ = NULL; + state_->server_request_hdr_loc_ = NULL; state_->server_response_hdr_buf_ = NULL; state_->server_response_hdr_loc_ = NULL; } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
