1<html>
2<head>
3<title>10m10s Timeout Test</title>
4</head>
5<body>
6To run this test, both timeout-test.html and timeout-test.php must be served over http.<br>
7And you must be patient.<br>
8Clicking on this button will post a form that takes over 10 minutes for the server to respond.  The connection should not time out!<br>
9<form action="timeout-test.php" method="post">
10<input type="submit" value="Run Test">
11</form>
12</body>
13</html>
14