X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsend_data_007.phpt;h=91dedaa5f470568378be3d9eb452ce70f715da76;hb=dd07cdeb2ed9752a82c9d052b42af2d639a785fd;hp=f7b60f0806515676dca96ad77e5781d6727f7d89;hpb=4a1c5914eccd82e0936f35f0804a9e35ed632f83;p=m6w6%2Fext-http diff --git a/tests/send_data_007.phpt b/tests/send_data_007.phpt index f7b60f0..91dedaa 100644 --- a/tests/send_data_007.phpt +++ b/tests/send_data_007.phpt @@ -1,20 +1,23 @@ --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: text/html +Status: 206 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