1
0
Fork 0
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:
Johan Anderholm 2018-03-24 08:00:38 +00:00
parent 1a04e3b899
commit 3a14e9a6be
8 changed files with 35 additions and 24 deletions

View file

@ -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;