mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Add support for HAProxy proxy protocol for listeners
This commit is contained in:
parent
99f3e2aecd
commit
3247c64cd8
7 changed files with 234 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue