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

M1502: Improve HTTP monitoring devtool support #8216

Merged
merged 2 commits into from Nov 5, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Improve HTTP monitoring devtool support

  • Loading branch information
akumar21 committed Nov 5, 2015
commit de4f8ea4e6a952c14c02fc54bd876eb3e300bcb4
@@ -399,7 +399,11 @@ fn test_request_and_response_data_with_network_messages() {

//Creating default headers for request
let mut headers = Headers::new();
headers.set(AcceptEncoding(vec![qitem(Encoding::Gzip), qitem(Encoding::Deflate)]));
headers.set(AcceptEncoding(vec![
qitem(Encoding::Gzip),
qitem(Encoding::Deflate),
qitem(Encoding::EncodingExt("br".to_owned()))
]));
headers.set(Host { hostname: "mozilla.com".to_owned() , port: None });
let accept = Accept(vec![
qitem(Mime(TopLevel::Text, SubLevel::Html, vec![])),
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.