[
https://issues.apache.org/jira/browse/TS-5040?focusedWorklogId=31685&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31685
]
ASF GitHub Bot logged work on TS-5040:
--------------------------------------
Author: ASF GitHub Bot
Created on: 06/Nov/16 23:19
Start Date: 06/Nov/16 23:19
Worklog Time Spent: 10m
Work Description: GitHub user jpeach opened a pull request:
https://github.com/apache/trafficserver/pull/1202
TS-5040: Forward CONNECT without parent proxying.
Unless parent proxy is enabled, CONNECT methods always result in
setting up a direct tunnel to the origin server. Parent proxy,
however, has the option of forwarding the CONNECT to the next hop
and allowing it to set up the tunnel. This change adds the
proxy.config.http.forward_connect_method configuration parameter
that can be enabled to forward CONNECT methods even if we are not
parent proxying.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jpeach/trafficserver jpeach/forward-connect
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1202.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 #1202
----
commit 3bc7627d2db5928a685f6e0857669fa8cd0e2e60
Author: James Peach <[email protected]>
Date: 2016-11-06T23:07:13Z
TS-5040: Forward CONNECT without parent proxying.
Unless parent proxy is enabled, CONNECT methods always result in
setting up a direct tunnel to the origin server. Parent proxy,
however, has the option of forwarding the CONNECT to the next hop
and allowing it to set up the tunnel. This change adds the
proxy.config.http.forward_connect_method configuration parameter
that can be enabled to forward CONNECT methods even if we are not
parent proxying.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 31685)
Time Spent: 10m
Remaining Estimate: 0h
> Forward CONNECT methods without parent proxying.
> ------------------------------------------------
>
> Key: TS-5040
> URL: https://issues.apache.org/jira/browse/TS-5040
> Project: Traffic Server
> Issue Type: Improvement
> Components: Configuration, Core, Parent Proxy
> Reporter: James Peach
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Parent proxy can forward {{CONNECT}} method requests to the next hop, but the
> normal remap path cannot. Bring this capability to the remap state machine so
> that plugins can do the same thing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)