fix(client): cleanup dropped pending Checkouts from Pool

Closes #1315
This commit is contained in:
Sean McArthur
2017-09-18 13:29:25 -07:00
parent 971864c424
commit 3b91fc65b2
3 changed files with 77 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ extern crate language_tags;
#[macro_use] extern crate log;
pub extern crate mime;
#[macro_use] extern crate percent_encoding;
extern crate relay;
extern crate time;
extern crate tokio_core as tokio;
#[macro_use] extern crate tokio_io;