bypatrol wisp detector bypass 9000 working 2024

This commit is contained in:
Toshit Chawda 2024-10-09 22:18:04 -07:00
parent 7535ef8f48
commit 7c9605474d
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 47 additions and 50 deletions

View file

@ -78,10 +78,7 @@ pub enum EpoxyError {
#[error("Webpki: {0:?} ({0})")]
Webpki(#[from] webpki::Error),
#[error("Wisp WebSocket failed to connect")]
WebSocketConnectFailed,
#[error("Custom wisp transport: {0}")]
#[error("Wisp transport: {0}")]
WispTransport(String),
#[error("Invalid Wisp transport")]
InvalidWispTransport,