- fix remaining issues; there's still a 1-byte memleak I could not find yet
[m6w6/ext-http] / tests / send_data_008.phpt
index 03db1c26a3006889ef4fcd5290cd138ead08181d..cb0fc6df094c61cc7b5c7f2480456bb963406005 100644 (file)
@@ -7,12 +7,13 @@ checkcgi();
 ?>
 --FILE--
 <?php
-http_throttle(0.01, 20);
+http_throttle(0.01, 1);
 http_send_data('00000000000000000000');
 ?>
 --EXPECTF--
 Content-type: text/html
 X-Powered-By: PHP/%s
 Accept-Ranges: bytes
+Content-Length: 20
 
 00000000000000000000
\ No newline at end of file