Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CONFIG proxy.config.http2.enabled INT 1
 

...

       CONFIG proxy.config.http2.enabled INT 1

Additionally, there should be at least one TLS port configured in proxy.config.http.server_ports.

For example, 

...

Code Block
CONFIG proxy.config.http.server_ports STRING 80 443:ssl

Logging Additions

  • Application protocol (HTTP/2, HTTP/1, SPDY/3.1)
  • Milestones/state times of a transactions to get a better understanding of where time for responses is spent.
  • SSL session hit or miss
  • Connection reuse or new connection for the request

...