Sign in
webkit
/
WebKit
/
2cd282799a7acb39108c8e15888293d2ad166224
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
big-response.php
blob: ec7f562880655a07fd5c8e595d5c48f367c49f43 [
file
] [
log
] [
blame
]
<?
php
for
(
$i
=
0
;
$i
<
128
*
1024
;
$i
++)
{
echo
"Chunk $i"
;
if
(!
$i
%
200
)
flush
();
}
?>