[
https://issues.apache.org/jira/browse/TS-5103?focusedWorklogId=34041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-34041
]
ASF GitHub Bot logged work on TS-5103:
--------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/16 13:24
Start Date: 22/Dec/16 13:24
Worklog Time Spent: 10m
Work Description: GitHub user oknet opened a pull request:
https://github.com/apache/trafficserver/pull/1271
TS-5103: replace ua_raw_buffer_reader with ua_buffer_reader
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oknet/trafficserver TS-5103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1271
----
commit 55449bd0e907a0ed18f9c2f865231e6a73954193
Author: Oknet Xu <[email protected]>
Date: 2016-12-22T13:07:20Z
TS-5103: replace ua_raw_buffer_reader with ua_buffer_reader
----
Issue Time Tracking
-------------------
Worklog Id: (was: 34041)
Time Spent: 10m
Remaining Estimate: 0h
> Always tunnel pipeline non-keepalive HTTP request if tr-pass enabled
> --------------------------------------------------------------------
>
> Key: TS-5103
> URL: https://issues.apache.org/jira/browse/TS-5103
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP
> Reporter: Oknet Xu
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Should use ua_buffer_reader instead of ua_raw_buffer_reader.
> {code}
> // If we had a GET request that has data after the
> // get request, do blind tunnel
> } else if (state == PARSE_DONE &&
> t_state.hdr_info.client_request.method_get_wksidx() == HTTP_WKSIDX_GET &&
> ua_raw_buffer_reader->read_avail() > 0 &&
> !t_state.hdr_info.client_request.is_keep_alive_set()) {
> do_blind_tunnel = true;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)