On Oct 8, 2014, at 9:42 AM, sudhe...@apache.org wrote:

> Repository: trafficserver
> Updated Branches:
>  refs/heads/master a33073505 -> 6548088ec
> 
> 
> [TS-3121] Add method is_valid_response()
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6548088e
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6548088e
> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6548088e
> 
> Branch: refs/heads/master
> Commit: 6548088ec940c35115c2272c736bd2fde3731ba9
> Parents: a330735
> Author: Sudheer Vinukonda <sudhe...@yahoo-inc.com>
> Authored: Wed Oct 8 16:42:22 2014 +0000
> Committer: Sudheer Vinukonda <sudhe...@yahoo-inc.com>
> Committed: Wed Oct 8 16:42:22 2014 +0000
> 
> ----------------------------------------------------------------------
> proxy/spdy/SpdyCommon.h | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6548088e/proxy/spdy/SpdyCommon.h
> ----------------------------------------------------------------------
> diff --git a/proxy/spdy/SpdyCommon.h b/proxy/spdy/SpdyCommon.h
> index e14f232..5f43433 100644
> --- a/proxy/spdy/SpdyCommon.h
> +++ b/proxy/spdy/SpdyCommon.h
> @@ -83,7 +83,10 @@ public:
>   SpdyNV(TSFetchSM fetch_sm);
>   ~SpdyNV();
> 
> -  bool is_valid_response();
> +  bool 
> +  is_valid_response() {

bool is_valid_response() const {

> +    return valid_response; 
> +  }
> 
> public:
>   const char **nv;
> 

Reply via email to