Need to be able to make keep alive connections not shared on a per-transaction 
basis
------------------------------------------------------------------------------------

                 Key: TS-862
                 URL: https://issues.apache.org/jira/browse/TS-862
             Project: Traffic Server
          Issue Type: New Feature
          Components: HTTP
    Affects Versions: 3.0.0
            Reporter: William Bardwell
            Priority: Minor
         Attachments: keep_alive_private.diff

I want to be able to be able to mark keep alive connections as not shared on a 
per-transaction (really per-origin server) basis.  There is a config option 
proxy.config.http.share_server_session but making it be per-transaction is not 
quite enough because the code that checks that in HttpServerSession::release() 
doesn't have a transaction any more.  So I thought that it was easier to just 
make HttpServerSession.private_session settable from the plugin.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to