ZF2-471: RestClient->prepareRest reset request object before RestClient->send()
Description
If a rest action is runned (restGet/restPost...), prepareRest will "ResetParamters" of the client before (RestClient.php:135). Maybe it's not an issue, but, I didn't find the good path to prepare the request message.
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2012-09-06T21:05:45.000+0000
Since te ZendRest component was removed from ZF2 and not shipped with the stable release this issue has become irrelevant.
Posted by Romain DARY (iam_merlin) on 2012-09-06T22:16:36.000+0000
Indeed, thx