mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
fix twisp extension
This commit is contained in:
parent
5e4461d61d
commit
95d7b101a0
3 changed files with 9 additions and 4 deletions
|
@ -263,6 +263,11 @@ impl WispV2Extensions {
|
|||
closure: Box::new(closure),
|
||||
}
|
||||
}
|
||||
|
||||
/// Add a Wisp V2 extension builder to the settings struct.
|
||||
pub fn add_extension(&mut self, extension: AnyProtocolExtensionBuilder) {
|
||||
self.builders.push(extension);
|
||||
}
|
||||
}
|
||||
|
||||
/// Server-side multiplexor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue