[
https://issues.apache.org/jira/browse/TS-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462030#comment-13462030
]
Kit Chan commented on TS-1499:
------------------------------
My debugging shows that the async request from ATS to origin server for the ESI
include is kept alive for "proxy.config.http.keep_alive_no_activity_timeout_in"
seconds before returning with a proper "success" fetch event.
Btw, my patch is simply just not allowing keep-alive in the async request.
> ESI plugin does not work well with 'Connection: keep-alive'
> -----------------------------------------------------------
>
> Key: TS-1499
> URL: https://issues.apache.org/jira/browse/TS-1499
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Affects Versions: 3.3.0
> Reporter: Kit Chan
> Attachments: ts-1499.diff
>
>
> ESI plugin will pass on almost all request headers from user request to all
> async requests that it tried to make for each of the ESI includes.
> We should not be passing the Connection keep-alive header because we don't
> want these requests to be "keep-alive" after they are done.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira