You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Sudheer Vinukonda (JIRA)" <ji...@apache.org> on 2014/08/05 17:24:11 UTC

[jira] [Created] (TS-2987) TS API to identify if the client connection is via SPDY

Sudheer Vinukonda created TS-2987:
-------------------------------------

             Summary: TS API to identify if the client connection is via SPDY
                 Key: TS-2987
                 URL: https://issues.apache.org/jira/browse/TS-2987
             Project: Traffic Server
          Issue Type: Improvement
          Components: Plugins
            Reporter: Sudheer Vinukonda


Need a TS API for the plugins to be able to identify whether the incoming client connection is via SPDY. The plugins would like to relay this information over to the origins which may return a different kind of response for a spdy client vs a non-spdy client. For example, the origins may skip the optimizations such as domain-sharding which work well with non-spdy clients, but, would cancel the benefits of spdy to multiplex requests. 

The proposed API (the sole credit goes to [~amc]) checks the plugin_tag to identify if the connection is spdy. In the future, the HttpSM data structure may be enhanced to store a spdy indicator.



--
This message was sent by Atlassian JIRA
(v6.2#6252)