| Index: LayoutTests/http/tests/resources/load-and-stall.php
|
| diff --git a/LayoutTests/http/tests/resources/load-and-stall.php b/LayoutTests/http/tests/resources/load-and-stall.php
|
| index 5f4386da6650b8821aec1989b016690c4fb19263..53427f236a9834e60558e1956234f887dd312241 100644
|
| --- a/LayoutTests/http/tests/resources/load-and-stall.php
|
| +++ b/LayoutTests/http/tests/resources/load-and-stall.php
|
| @@ -13,7 +13,6 @@ header("Content-Length: " . filesize($name));
|
|
|
| if (isset($stallAt) && isset($stallFor)) {
|
| $stallAt = (int)$stallAt;
|
| - $stallFor = (int)$stallFor;
|
| if ($stallAt > filesize($name))
|
| die("Incorrect value for stallAt.");
|
| $written = 0;
|
|
|