X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequest_007.phpt;h=1f31404af3f6cdccbfbfab3da77d5d76423a3758;hb=dd07cdeb2ed9752a82c9d052b42af2d639a785fd;hp=74ce5276744e5b081b7622e04fd7bd01720f4e9c;hpb=76ef3c1710bd22c560f9459f00452050d72f44db;p=m6w6%2Fext-http diff --git a/tests/HttpRequest_007.phpt b/tests/HttpRequest_007.phpt index 74ce527..1f31404 100644 --- a/tests/HttpRequest_007.phpt +++ b/tests/HttpRequest_007.phpt @@ -19,14 +19,13 @@ echo "Done\n"; ?> --EXPECTF-- %sTEST -string(%d) "HTTP/1.1 200 OK -Date: %s -Server: Apache/%s -X-Powered-By: PHP/5%s -Vary: Accept-Encoding -Content-Type: text/html -X-Original-Transfer-Encoding: chunked +string(%d) "PUT /.print_put.php5 HTTP/1.1 +User-Agent: PECL::HTTP/%s +Host: dev.iworks.at +Accept: */* +Content-Type: text/plain Content-Length: 281 +Expect: 100-continue getHistory()->toString(true)); echo "Done\n"; ?> -PUT /.print_put.php5 HTTP/1.1 -User-Agent: PECL::HTTP/%s -Host: dev.iworks.at -Accept: */* -Content-Type: text/plain +HTTP/1.1 100 Continue +HTTP/1.1 200 OK +Date: %s +Server: %s +X-Powered-By: %s +Vary: Accept-Encoding +Content-Type: text/html +X-Original-Transfer-Encoding: chunked Content-Length: 281 -Expect: 100-continue