Skip to content

Commit 75c00a3

Browse files
committed
servo: Merge #14537 - Remove Request::done (from servo:request-done); r=frewsxcv
Source-Repo: https://github.com/servo/servo Source-Revision: 4a599a836497e185f19aeaddb5b6526e83298fbc UltraBlame original commit: be1f64d5b3475a3f7a959929fe9c507dcaa442a1
1 parent 23117ea commit 75c00a3

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

servo/components/net/fetch/methods.rs

-9
Original file line numberDiff line numberDiff line change
@@ -2120,15 +2120,6 @@ Empty
21202120
)
21212121
}
21222122
}
2123-
request
2124-
.
2125-
done
2126-
.
2127-
set
2128-
(
2129-
true
2130-
)
2131-
;
21322123
if
21332124
let
21342125
Some

servo/components/net_traits/request.rs

-16
Original file line numberDiff line numberDiff line change
@@ -833,13 +833,6 @@ Cell
833833
<
834834
ResponseTainting
835835
>
836-
pub
837-
done
838-
:
839-
Cell
840-
<
841-
bool
842-
>
843836
}
844837
impl
845838
Request
@@ -1117,15 +1110,6 @@ ResponseTainting
11171110
:
11181111
Basic
11191112
)
1120-
done
1121-
:
1122-
Cell
1123-
:
1124-
:
1125-
new
1126-
(
1127-
false
1128-
)
11291113
}
11301114
}
11311115
pub

0 commit comments

Comments
 (0)