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

M1456: Implement MIME Sniffing #4209

Closed
wants to merge 7 commits into from
Prev

Fixed test_bad_scheme

  • Loading branch information
IdeaHat authored and djzager committed Dec 5, 2014
commit d9bee1f38bddb0a9ae361ba4f6dd855929196e17
@@ -66,8 +66,9 @@ impl SnifferManager {
if snif_data.consumer.send_opt(load_response).is_err() {
break;
}

new_progress_chan.send(Payload(resource_data));
if resource_data.len() > 0 {
new_progress_chan.send(Payload(resource_data));
}
new_progress_chan.send(Done(res));
return;
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.