You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Supporting a newer L7 protocol, HTTP/2. Currently HTTP/2 is defined as http2 draft-16.

Current status

How to test

  1. Build ATS codes normally. you need neither any build option nor external HTTP/2 library.
  2. Configure settings to use https.
  3. Add settings to records.config to use http2.
    CONFIG proxy.config.http2.enabled INT 1
    
  4. Access to ATS by HTTP/2 client.

TODO

  • Refactoring
    • HPACK encoder/decoder
    • Around writing HTTP/2 frames
    • Separate logic between connection level and stream level
  • More debugging
  • Write documents
  • Add test tools for HPACK, HTTP/2 frames
    • REPL tool to test behavior of HPACK encoder/decoder
    • Add HTTP/2 integration test code to new_tsqa

No plan

Known problems

  • No labels