Skip to content

Commit cccf27d

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 06fec6d commit cccf27d

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

servo/components/net/fetch/methods.rs

-13
Original file line numberDiff line numberDiff line change
@@ -2851,19 +2851,6 @@ Empty
28512851
/
28522852
/
28532853
Step
2854-
23
2855-
request
2856-
.
2857-
done
2858-
.
2859-
set
2860-
(
2861-
true
2862-
)
2863-
;
2864-
/
2865-
/
2866-
Step
28672854
24
28682855
if
28692856
let

servo/components/net_traits/request.rs

-16
Original file line numberDiff line numberDiff line change
@@ -1381,13 +1381,6 @@ Cell
13811381
<
13821382
ResponseTainting
13831383
>
1384-
pub
1385-
done
1386-
:
1387-
Cell
1388-
<
1389-
bool
1390-
>
13911384
}
13921385
impl
13931386
Request
@@ -1665,15 +1658,6 @@ ResponseTainting
16651658
:
16661659
Basic
16671660
)
1668-
done
1669-
:
1670-
Cell
1671-
:
1672-
:
1673-
new
1674-
(
1675-
false
1676-
)
16771661
}
16781662
}
16791663
pub

0 commit comments

Comments
 (0)