X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsend_data_007.phpt;h=e82fa83cb3806c4f5942d008ca8fdb9f1c28992e;hb=bcd8a695c6dfc8463596cf97d886e32eec959417;hp=b02cad9bbb3b8c5b36efb6c398d342e0415417ae;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748;p=m6w6%2Fext-http diff --git a/tests/send_data_007.phpt b/tests/send_data_007.phpt index b02cad9..e82fa83 100644 --- a/tests/send_data_007.phpt +++ b/tests/send_data_007.phpt @@ -1,19 +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: text/html +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