GitHub user ykopel opened a pull request:

    https://github.com/apache/trafficserver/pull/1471

    is_transparent_passthrough_allowed always returns false

    In the "parent" class "ProxyClientSession.h" the function 
"is_transparent_passthrough_allowed()" always return false (hard-coded). The 
inherited class "Http1ClientSession.h" contains internal variable 
"f_transparent_passthrough" but doesn't implement the 
"is_transparent_passthrough_allowed()" function to return this its value.
    My commit, just implement the function in the inherited class.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ykopel/trafficserver 
is_transparent_passthrough_allowed

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1471.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 #1471
    
----
commit daaa9e31c17c8a33190ed41edc1338b00b5215fd
Author: Yakov Kopel <[email protected]>
Date:   2017-02-19T08:05:43Z

    is_transparent_passthrough_allowed always returns false
    
    In the "parent" class "ProxyClientSession.h" the function 
"is_transparent_passthrough_allowed()" always return false (hard-coded). The 
inherited class "Http1ClientSession.h" contains internal variable 
"f_transparent_passthrough" but doesn't implement the 
"is_transparent_passthrough_allowed()" function to return this its value.
    My commit, just implement the function in the inherited class.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to