Closed (fixed)
Project:
Http Client
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2010 at 09:05 UTC
Updated:
9 Oct 2010 at 18:00 UTC
The bug is located at #256 in includes/HttpClient.inc
Change this
return $this->interpretResponse($body);
To
return $this->interpretResponse($client, $body);
Comments
Comment #1
Jeffrey04 commentedComment #2
voxpelli commentedThis has been fixed