aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-12-09 12:36:40 -1000
committerMs2ger <Ms2ger@gmail.com>2016-12-09 12:36:46 -1000
commit1222db62aa37c6e2f55aba3633467ff9bb3d68b0 (patch)
tree1e16d43c7d7807903efe54e260b2c35e71f80e65 /components/net/fetch/methods.rs
parent882d5512bb9aa7263864fb18d702c1efb6401914 (diff)
downloadservo-1222db62aa37c6e2f55aba3633467ff9bb3d68b0.tar.gz
servo-1222db62aa37c6e2f55aba3633467ff9bb3d68b0.zip
Remove Request::done.
It does not appear to be used at all.
Diffstat (limited to 'components/net/fetch/methods.rs')
-rw-r--r--components/net/fetch/methods.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/net/fetch/methods.rs b/components/net/fetch/methods.rs
index ebff48a80ba..052e5e31ced 100644
--- a/components/net/fetch/methods.rs
+++ b/components/net/fetch/methods.rs
@@ -378,9 +378,6 @@ pub fn main_fetch(request: Rc<Request>,
}
}
- // Step 23
- request.done.set(true);
-
// Step 24
if let Some(ref mut target) = *target {
target.process_response_eof(&response);