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