Add test for urlhint

This commit is contained in:
Tomasz Drwięga
2016-09-05 22:11:08 +02:00
parent 96778d8e93
commit 8460733e31
3 changed files with 23 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ impl<R: URLHint> ContentFetcher<R> {
),
Some(URLHintResult::Content(content)) => (
Some(ContentStatus::Fetching(abort.clone())),
Box::new(ContentFetcherHandler::new(
Box::new(ContentFetcherHandler::new(
content.url,
abort,
control,