ZF-6317: Reset the Parameters on each request in the http_client
Description
add
$request->resetParameters();
to the sendRequest method to reset the parameters on each request.
add
$request->resetParameters();
to the sendRequest method to reset the parameters on each request.
Comments
Posted by Jon Whitcraft (sidhighwind) on 2009-04-16T06:21:05.000+0000
This was fixed with r14940