OLD | NEW |
---|---|
(Empty) | |
1 <?php | |
2 header('Content-Type:application/javascript'); | |
3 header("Transfer-encoding: chunked"); | |
4 flush(); | |
5 sleep(1); | |
falken
2014/10/17 06:39:17
why is this sleep needed? does it block test compl
horo
2014/10/17 06:53:22
Without this sleep, net_request_->Read() in Servic
| |
6 echo "XX\r\n\r\n"; | |
7 ?> | |
OLD | NEW |