Skip to content
  • Diego Bes's avatar
    http2: support "prior knowledge", no upgrade from HTTP/1.1 · 324a97ec
    Diego Bes authored
    Supports HTTP/2 over clear TCP
    
    - Optimize switching to HTTP/2 by removing calls to init and setup
    before switching. Switching will eventually call setup and setup calls
    init.
    
    - Supports new version to “force” the use of HTTP/2 over clean TCP
    
    - Add common line parameter “--http2-prior-knowledge” to the Curl
      command line tool.
    324a97ec