- added missing HttpMessage::setBody()
[m6w6/ext-http] / tests / send_data_008.phpt
1 --TEST--
2 http_send_data() HTTP_SENDBUF_SIZE long string
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 checkcgi();
7 ?>
8 --FILE--
9 <?php
10 http_throttle(0.01, 20);
11 http_send_data('00000000000000000000');
12 ?>
13 --EXPECTF--
14 Content-type: text/html
15 X-Powered-By: PHP/%s
16 Accept-Ranges: bytes
17 Content-Length: 20
18
19 00000000000000000000