Enable MIME sniffing for HTTP loads.

This commit is contained in:
Josh Matthews 2015-02-21 11:50:53 -05:00
parent a3201bc1ac
commit 23ae940abf
3 changed files with 50 additions and 38 deletions

View file

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![allow(dead_code)]
use std::borrow::ToOwned;
use std::cmp::max;