ToSocketAddrs instead of dns lookup

This commit is contained in:
Martin Algesten
2018-06-26 08:26:44 +02:00
parent c5c878caca
commit fc4a78b962
4 changed files with 5 additions and 37 deletions

View File

@@ -94,7 +94,6 @@ extern crate ascii;
extern crate base64;
extern crate chunked_transfer;
extern crate cookie;
extern crate dns_lookup;
#[macro_use]
extern crate lazy_static;
extern crate qstring;