mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 15:07:53 +00:00
chore: imrpove vless error
This commit is contained in:
@@ -46,7 +46,7 @@ pub fn parse_vless_uui_and_host(raw_data: &str) -> VlessUUIDAndHost {
|
|||||||
}
|
}
|
||||||
Some(data) => (
|
Some(data) => (
|
||||||
String::from(data.0),
|
String::from(data.0),
|
||||||
data.1.parse::<u16>().expect("Port is not a number"),
|
data.1.parse::<u16>().expect("Wrong vless format, port is not a number"),
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
return VlessUUIDAndHost { uuid, host, port };
|
return VlessUUIDAndHost { uuid, host, port };
|
||||||
|
|||||||
Reference in New Issue
Block a user