Skip to content

Commit

Permalink
send correct url to devtool on request
Browse files Browse the repository at this point in the history
Send url that was not modified by the hosts file to the dev tools
  • Loading branch information
bobthekingofegypt committed Mar 3, 2016
1 parent 06ffdd6 commit 17e6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/net/http_loader.rs
Expand Up @@ -632,7 +632,7 @@ pub fn obtain_response<A>(request_factory: &HttpRequestFactory<R=A>,
if let Some(pipeline_id) = *pipeline_id {
send_request_to_devtools(
devtools_chan.clone(), request_id.clone().into(),
connection_url.clone(), method.clone(), request_headers.clone(),
url.clone(), method.clone(), request_headers.clone(),
cloned_data, pipeline_id, time::now()
);
}
Expand Down

0 comments on commit 17e6007

Please sign in to comment.