X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fhelper%2Fproxy.inc;h=80a007353c4f81e32a924ea7fc955e47d8217074;hp=363d76f4b88be43a61ff0649caafa0c98d5e9a04;hb=42bcfb0a11dd7e76124d89ffc7b5b7c7e401018e;hpb=21f7beb95f0a71f3bc62a91b7802ebdebcc549a0 diff --git a/tests/helper/proxy.inc b/tests/helper/proxy.inc index 363d76f..80a0073 100644 --- a/tests/helper/proxy.inc +++ b/tests/helper/proxy.inc @@ -8,6 +8,7 @@ serve(function($client) { if ($request->getHeader("Proxy-Connection")) { $response = new http\Env\Response; + $response->setEnvRequest($request); $response->send($client); /* soak up the request following the connect */