Redirecting to the same address the request came. (#3133)

This commit is contained in:
Tomasz Drwięga
2016-11-03 16:12:46 +01:00
committed by Gav Wood
parent 3413989c8a
commit 2bd4f7182e
3 changed files with 9 additions and 17 deletions

View File

@@ -151,7 +151,6 @@ impl<R: URLHint> ContentFetcher<R> {
let (handler, fetch_control) = ContentFetcherHandler::new(
dapp.url(),
control,
path.using_dapps_domains,
DappInstaller {
id: content_id.clone(),
dapps_path: self.dapps_path.clone(),
@@ -167,7 +166,6 @@ impl<R: URLHint> ContentFetcher<R> {
let (handler, fetch_control) = ContentFetcherHandler::new(
content.url,
control,
path.using_dapps_domains,
ContentInstaller {
id: content_id.clone(),
mime: content.mime,