X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpResponse_003.phpt;h=22f46749a1e3721e3a063b41f55f3366ed2bc394;hb=ecec060bd65badb1139497b30b30cafd1161b50d;hp=027d536c9f0443ede52bdf996b5848d6d28ea9dc;hpb=a47793c85f727ca292c03d4779fac3d5e8805f11;p=m6w6%2Fext-http diff --git a/tests/HttpResponse_003.phpt b/tests/HttpResponse_003.phpt index 027d536..22f4674 100644 --- a/tests/HttpResponse_003.phpt +++ b/tests/HttpResponse_003.phpt @@ -3,9 +3,9 @@ HttpResponse - send gzipped file with caching headers --SKIPIF-- --ENV-- HTTP_ACCEPT_ENCODING=gzip @@ -18,12 +18,12 @@ HttpResponse::setFile(__FILE__); HttpResponse::send(); ?> --EXPECTF-- -X-Powered-By: PHP/5.1.0RC2-dev -ETag: "%s" -Cache-Control: public, must-revalidate, max_age=3600 +X-Powered-By: PHP/%s +Cache-Control: public, must-revalidate, max-age=3600 Last-Modified: %s, %d %s 20%d %d:%d:%d GMT Content-Type: %s Accept-Ranges: bytes +ETag: "%s" Content-Encoding: gzip Vary: Accept-Encoding