mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Modify the checks for upgrade-request algorithm (#35357)
Signed-off-by: Shubham Gupta <shubham13297@gmail.com>
This commit is contained in:
parent
3c1cce825d
commit
2bb720f0f1
2 changed files with 4 additions and 9 deletions
|
@ -171,7 +171,6 @@ fn test_check_default_headers_loaded_in_every_request() {
|
|||
HeaderName::from_static("sec-fetch-user"),
|
||||
HeaderValue::from_static("?1"),
|
||||
);
|
||||
headers.insert("Upgrade-Insecure-Requests", HeaderValue::from_static("1"));
|
||||
|
||||
*expected_headers.lock().unwrap() = Some(headers.clone());
|
||||
|
||||
|
@ -326,7 +325,6 @@ fn test_request_and_response_data_with_network_messages() {
|
|||
HeaderName::from_static("sec-fetch-user"),
|
||||
HeaderValue::from_static("?1"),
|
||||
);
|
||||
headers.insert("Upgrade-Insecure-Requests", HeaderValue::from_static("1"));
|
||||
|
||||
let httprequest = DevtoolsHttpRequest {
|
||||
url: url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue