sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!

Home Page:https://www.sozu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle HTTP2 connections

Keksoj opened this issue · comments

The HTTP2 protocol has its own way of managing connections, with certain frames being used for performing a handshake, a ping, etc. See the RFC.

Sōzu needs to handle such incoming frames.