[ 
https://issues.apache.org/jira/browse/TS-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183187#comment-14183187
 ] 

ASF subversion and git services commented on TS-2729:
-----------------------------------------------------

Commit 0711dc2a2971749998a8222022431fd1b9f4e830 in trafficserver's branch 
refs/heads/master from [~rokubo]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0711dc2 ]

TS-2729: implement HPACK support

Implement an initial HPACK encoder/decoder, header compression
format for HTTP/2.  Now the encoder supports essential features.
The decoder supports all of compression format required by hpack
draft-09.


> Add HTTP/2 support to ATS
> -------------------------
>
>                 Key: TS-2729
>                 URL: https://issues.apache.org/jira/browse/TS-2729
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: HTTP/2
>            Reporter: Ryo Okubo
>            Assignee: James Peach
>              Labels: review
>             Fix For: 6.0.0
>
>         Attachments: add_const.patch, h2-14.patch, h2_prototype.patch, 
> hpack.patch, http2-0004.patch
>
>
> h2. Overview
> Support HTTP/2 as a client side L7 protocol. This feature is implemented into 
> ATS core.
> Now, it supports the latest HTTP/2 draft version, h2-14.
> https://tools.ietf.org/html/draft-ietf-httpbis-http2-14
> h2. How to test
> # Build ATS codes normally. you need neither any build option nor external 
> HTTP/2 library.
> # Configure settings to use https.
> # Access to ATS by HTTP/2 client.
> h2. Descriptions of current attached patches.
> * hpack.patch
> ** A implementation of HPACK, header compression format of HTTP/2.
> * h2_prototype.patch
> ** For experiment. Please don't merge it. It enables to interpret HTTP/2 
> requests and respond for it. But now this code is unsafe and dirty. More 
> refactoring is required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to