Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to reduce intermittent WPT results on taskcluster #22482

Closed
wants to merge 14 commits into from

More network logs.

  • Loading branch information
jdm committed Dec 17, 2018
commit eb7b0b971245a2035ab910a664b807dc8c45a720
@@ -1195,6 +1195,13 @@ fn http_network_fetch(
.as_ref()
.map(|_| uuid::Uuid::new_v4().to_simple().to_string());

if log_enabled!(log::Level::Info) {
info!("request for {} ({:?})", url, request.method);
for header in request.headers.iter() {
info!(" - {:?}", header);
}
}

// XHR uses the default destination; other kinds of fetches (which haven't been implemented yet)
// do not. Once we support other kinds of fetches we'll need to be more fine grained here
// since things like image fetches are classified differently by devtools
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.