aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/response.rs')
-rw-r--r--components/net_traits/response.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net_traits/response.rs b/components/net_traits/response.rs
index 2b9df272c4d..9a6c1226db8 100644
--- a/components/net_traits/response.rs
+++ b/components/net_traits/response.rs
@@ -131,8 +131,8 @@ impl Response {
termination_reason: None,
url: Some(url),
url_list: vec![],
- status: Some((StatusCode::OK, "OK".to_string())),
- raw_status: Some((200, b"OK".to_vec())),
+ status: Some((StatusCode::OK, "".to_string())),
+ raw_status: Some((200, b"".to_vec())),
headers: HeaderMap::new(),
body: Arc::new(Mutex::new(ResponseBody::Empty)),
cache_state: CacheState::None,