(gcov) tests fixup
[m6w6/ext-http] / tests / helper / proxy.inc
index 363d76f4b88be43a61ff0649caafa0c98d5e9a04..80a007353c4f81e32a924ea7fc955e47d8217074 100644 (file)
@@ -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 */