X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_002.phpt;h=1dc775b428bb2dce8e867b93deca73395a6717a3;hp=91ffd0851d5931e69f52092c96728a79a2a0bcd1;hb=1ff52a3e07565d94dab3eccb485aba28c0d10b84;hpb=4a1c5914eccd82e0936f35f0804a9e35ed632f83 diff --git a/tests/send_data_002.phpt b/tests/send_data_002.phpt index 91ffd08..1dc775b 100644 --- a/tests/send_data_002.phpt +++ b/tests/send_data_002.phpt @@ -4,6 +4,7 @@ http_send_data() NUM-NUM range --ENV-- HTTP_RANGE=bytes=5-6 @@ -13,10 +14,11 @@ http_send_content_type('text/plain'); http_send_data(str_repeat('123abc', 1000)); ?> --EXPECTF-- -Status: 206 +Status: 206%s X-Powered-By: PHP/%s Content-Type: text/plain Accept-Ranges: bytes Content-Range: bytes 5-6/6000 +Content-Length: 2 -c1 \ No newline at end of file +c1