You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/08/06 22:38:41 UTC

[3/3] git commit: TS-2954: Fix cache poisoning with use_client_target_addr. This closes #101 pull request.

TS-2954: Fix cache poisoning with use_client_target_addr. This closes #101 pull request.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8bb3bc31
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8bb3bc31
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8bb3bc31

Branch: refs/heads/master
Commit: 8bb3bc3186b53509964dd396ffb5a56bf1d67ab4
Parents: ec64370 826310c
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Wed Aug 6 15:32:44 2014 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Wed Aug 6 15:37:46 2014 -0500

----------------------------------------------------------------------
 .../configuration/records.config.en.rst         | 12 +++
 proxy/http/HttpConfig.cc                        |  2 +-
 proxy/http/HttpSM.cc                            | 86 ++++++++++++++------
 proxy/http/HttpTransact.cc                      | 18 +++-
 proxy/http/HttpTransact.h                       |  8 +-
 proxy/http/HttpTransactHeaders.cc               | 59 +-------------
 proxy/http/HttpTransactHeaders.h                |  5 +-
 7 files changed, 104 insertions(+), 86 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8bb3bc31/proxy/http/HttpSM.cc
----------------------------------------------------------------------