mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Change Response's statusText default value from 'Ok' to an empty string
This commit is contained in:
parent
524bd722ef
commit
73f11d69ea
6 changed files with 11 additions and 12 deletions
|
@ -534,7 +534,7 @@ impl Metadata {
|
|||
charset: None,
|
||||
headers: None,
|
||||
// https://fetch.spec.whatwg.org/#concept-response-status-message
|
||||
status: Some((200, b"OK".to_vec())),
|
||||
status: Some((200, b"".to_vec())),
|
||||
https_state: HttpsState::None,
|
||||
referrer: None,
|
||||
referrer_policy: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue