X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsend_data_007.phpt;h=a0736617a58b76db40456c0d88596c23cb35e66a;hb=e29a410679b63b8f96b6890d1418f39d9ed489cc;hp=f6d6058388b4735eb380f8bd223813b4107a2452;hpb=7408a11c30c6d7cf0933ebbedabf9551db598bcd;p=m6w6%2Fext-http diff --git a/tests/send_data_007.phpt b/tests/send_data_007.phpt index f6d6058..a073661 100644 --- a/tests/send_data_007.phpt +++ b/tests/send_data_007.phpt @@ -1,22 +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 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