You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/03/20 18:18:45 UTC

[Bug 57732] New: Add support for HPACK

https://bz.apache.org/bugzilla/show_bug.cgi?id=57732

            Bug ID: 57732
           Summary: Add support for HPACK
           Product: Tomcat 9
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: remm@apache.org

HTTP/2 support will be required for Tomcat 9 (through the Servlet spec at
least), and implementing it requires a new scheme for HTTP headers handling,
described separately in the HPACK specification.

Although required for HTTP/2 support, HPACK is effectively independent and is a
way to transmit headers (much) more efficiently than with HTTP/1.1.

Note: not an enhancement since it will be a requirement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57732] Add support for HPACK

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57732

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
Implemented in 1668116.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org