GitHub user masaori335 opened a pull request:

    https://github.com/apache/trafficserver/pull/825

    TS-4694: Some refactoring after SPDY is removed

    - Remove PluginIdentity class from base classes of Http2ClientSession
    - Add get_protocol_string() to ProxyClientSession to identify if the 
session is HTTP/2 or HTTP/1.x
    - Add "client_protocol" to HttpSM to track client protocol versions
    - Drop HTTP/0.9 support from cqpv (HTTP/0.9 is already dropped by TS-3327)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/masaori335/trafficserver ts-4694

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/825.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #825
    
----
commit 4a9c564ff7727cab7929a29e38f5ff5ae0c62c62
Author: Masaori Koshiba <[email protected]>
Date:   2016-07-22T06:17:50Z

    TS-4694: Some refactoring after SPDY is removed
    
    - Remove PluginIdentity class from base classes of Http2ClientSession
    - Add get_protocol_string() to ProxyClientSession to identify if the 
session is HTTP/2 or HTTP/1.x
    - Add "client_protocol" to HttpSM to track client protocol versions
    - Drop HTTP/0.9 support from cqpv (HTTP/0.9 is already dropped by TS-3327)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to