X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient027.phpt;fp=tests%2Fclient027.phpt;h=b87fa653dd108aba9f320e10e185950f72cc08e7;hp=19c7bd4ff12e8ca0057f52f0756716f02d8fe73f;hb=b6eeba772d69a317ee541c95c43bd0459444fec8;hpb=ef9c474299e45b4d952b6a821b11f5121624a5fc diff --git a/tests/client027.phpt b/tests/client027.phpt index 19c7bd4..b87fa65 100644 --- a/tests/client027.phpt +++ b/tests/client027.phpt @@ -25,6 +25,7 @@ server("cookie.inc", function($port) { $client->requeue($request); $client->send(); dump_responses($client, ["counter" => 2]); + $client->dequeue($request); $request = new http\Client\Request("GET", "http://localhost:$port?r2"); $client->enqueue($request);