mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Validate proxy urls better.
Use the url crate to handle proxies to make sure they conform to a proper format.
This commit is contained in:
parent
1a04e3b899
commit
3a14e9a6be
8 changed files with 35 additions and 24 deletions
|
@ -30,6 +30,7 @@ extern crate serde_json;
|
|||
extern crate shannon;
|
||||
extern crate tokio_core;
|
||||
extern crate tokio_io;
|
||||
extern crate url;
|
||||
extern crate uuid;
|
||||
|
||||
extern crate librespot_protocol as protocol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue