Add support for HAProxy proxy protocol for listeners

This commit is contained in:
Lambda 2024-09-15 15:55:47 +00:00
parent 99f3e2aecd
commit 3247c64cd8
7 changed files with 234 additions and 14 deletions

View file

@ -19,6 +19,7 @@ use crate::{Error, Result};
pub(crate) mod error;
pub(crate) mod on_demand_hashmap;
pub(crate) mod proxy_protocol;
pub(crate) mod room_version;
// Hopefully we have a better chat protocol in 530 years