X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsend_ifrange_002.phpt;fp=tests%2Fsend_ifrange_002.phpt;h=60053e90b69e4bde86e817b62db22c70021d8d4a;hb=5685b2140c8948fe617766ce154bb7462729ea6f;hp=0000000000000000000000000000000000000000;hpb=b22d34f60b6694a8fed24cff66a28fd638309928;p=m6w6%2Fext-http diff --git a/tests/send_ifrange_002.phpt b/tests/send_ifrange_002.phpt new file mode 100644 index 0000000..60053e9 --- /dev/null +++ b/tests/send_ifrange_002.phpt @@ -0,0 +1,25 @@ +--TEST-- +http_send() If-Range +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Status: 206 +X-Powered-By: %s +Cache-Control: private, must-revalidate, max-age=0 +ETag: "abc" +Accept-Ranges: bytes +Content-Range: bytes 0-1/%d +Content-Length: 2 + +