X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_007.phpt;h=e82fa83cb3806c4f5942d008ca8fdb9f1c28992e;hp=478d58dc82c028c0059e9e3e60a6dfc666c3f548;hb=ec0bb29f312b0f825a44c059fa6a8e2d1cd708bb;hpb=96d059e9210a6677427392d615bc42ab38b3b432 diff --git a/tests/send_data_007.phpt b/tests/send_data_007.phpt index 478d58d..e82fa83 100644 --- a/tests/send_data_007.phpt +++ b/tests/send_data_007.phpt @@ -1,23 +1,24 @@ --TEST-- -http_send_data() etag caching +http_send_data() NIL-NIL range --SKIPIF-- --ENV-- -HTTP_IF_NONE_MATCH="0bee89b07a248e27c83fc3d5951213c1" +HTTP_RANGE=bytes=0-0 --FILE-- --EXPECTF-- -Status: 304 -Content-type: %s +Status: 206%s X-Powered-By: PHP/%s -Cache-Control: private, must-revalidate, max-age=0 -%s +Content-Type: text/plain +Accept-Ranges: bytes +Content-Range: bytes 0-0/3 +Content-Length: 1 + +a