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
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -93,7 +93,7 @@ fn assert_parse(url: &'static str,
use sniffer_task;

let (start_chan, start_port) = comm::channel();
let sniffer_task = sniffer_task::new_sniffer_task();
let sniffer_task = sniffer_task::new_mock_sniffer_task();
load(LoadData::new(Url::parse(url).unwrap(), start_chan), sniffer_task);

let response = start_port.recv();
@@ -39,6 +39,7 @@ pub mod local_image_cache;
pub mod resource_task;
pub mod storage_task;
mod sniffer_task;
mod mime_classifier;

/// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/)
pub mod fetch {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.