Sign in
webkit
/
WebKit
/
2538ba1dc66c1a9ab694bc167c5d56293dae7e8e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
hang-connection.py
blob: 542528343d9a4a001a65087c949ddfac7da81c1e [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
time
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n'
)
while
True
:
sys
.
stdout
.
write
(
'a'
)
sys
.
stdout
.
flush
()
time
.
sleep
(
0.1
)