X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhelper%2Fproxy.inc;h=d60b564267c8e1fe22e659247ebfb9dfb5af3e0f;hb=984753a9c35c3da8262c9bb415c61dd7b2571fd3;hp=61a68bd05d909925a00d90e26baeffabb9c873f6;hpb=7633239fe5c44955e60b906b171b38afa8c3cb5d;p=m6w6%2Fext-http diff --git a/tests/helper/proxy.inc b/tests/helper/proxy.inc index 61a68bd..d60b564 100644 --- a/tests/helper/proxy.inc +++ b/tests/helper/proxy.inc @@ -1,4 +1,4 @@ -setEnvRequest($request); $response->send($client); - + /* soak up the request following the connect */ new http\Message($client, false); } - + /* return the initial message as response body */ $response = new http\Env\Response; + $response->setHeader("X-Request-Content-Length", $request->getBody()->stat("size")); /* avoid OOM with $response->getBody()->append($request); */ dump_message($response->getBody()->getResource(), $request); $response->send($client);