You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Kit Chan (JIRA)" <ji...@apache.org> on 2013/02/27 06:52:12 UTC

[jira] [Created] (TS-1730) Supporting First Byte Flush for ESI plugin

Kit Chan created TS-1730:
----------------------------

             Summary: Supporting First Byte Flush for ESI plugin
                 Key: TS-1730
                 URL: https://issues.apache.org/jira/browse/TS-1730
             Project: Traffic Server
          Issue Type: New Feature
          Components: Plugins
            Reporter: Kit Chan


I have a need to support first byte flush with the ESI plugin.

Currently the plugin will wait for all the ESI includes to finish and the final document to be completely processed before starting to send the data back to user.

The improvement I wish is to start sending data to user as soon as all the ESI document is completely parsed and all ESI include requests are sent. The flushing will stop when the first ESI include is encountered in the document. Once the request for the include is done, the flushing will resume till the next ESI include is encountered.

I already have a patch ready and will post it here shortly. Please help to review.

--
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