Sign in
webkit
/
WebKit
/
a41b66a191b347ea334dedd7b5c142e5f0175fc3
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
hang-connection.php
blob: 97524b1bfbf7838be2fc99290f6fe85b2ee9c58b [
file
] [
log
] [
blame
]
<?
php
while
(
true
)
{
echo
"a"
;
flush
();
usleep
(
100000
);
}
?>