X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fbug69313.phpt;h=c1d56efc54d2cb6f69f884e77e6333c684eafec6;hp=d2bea4f00fce9d85b728de1a4b057cd86547fd11;hb=0a5bb2d697afe41949b22afa679d7a5aa4e11f13;hpb=c3a7a5b7bde5c6490940791c37b40fa39fe055fe diff --git a/tests/bug69313.phpt b/tests/bug69313.phpt index d2bea4f..c1d56ef 100644 --- a/tests/bug69313.phpt +++ b/tests/bug69313.phpt @@ -8,7 +8,7 @@ skip_client_test(); --FILE-- enqueue($request); $client->send(); - echo $client->getResponse(); + dump_message(null, $client->getResponse()); }); ?> @@ -30,16 +30,16 @@ Done Test HTTP/1.1 200 OK Accept-Ranges: bytes +Content-Length: %d Etag: "%s" X-Original-Transfer-Encoding: chunked -Content-Length: %d GET / HTTP/1.1 -User-Agent: %s -Host: localhost:%d Accept: */* -Content-Type: text/plain Content-Length: 3 +Content-Type: text/plain +Host: localhost:%d +User-Agent: %s X-Original-Content-Length: 3 foo