James Peach created TS-4960:
-------------------------------
Summary: Undo internal request tunnelling hacks
Key: TS-4960
URL: https://issues.apache.org/jira/browse/TS-4960
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: James Peach
{noformat}
proxy/http/HttpSM.cc: is_eligible_post_request &=
!vc->get_is_internal_request();
{noformat}
{{HttpSM::tunnel_handler_ua}} does shenanigans based on whether this is an
internal transaction or not. This is a complete hack. Internal transactions are
no supposed to behave differently.
AFAICT, this hack from TS-3404 led to TS-3777, which led to TS-4924, which
makes it impossible for protocol plugins to use keepalive.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)