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