You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. We'll have to take a look at that, I've been wanting to rewrite HttpSocket tbh; or maybe it's time to switch to the new Http layer from Cake 3.0 that @markstory wrote, although I don't entirely like that code. Thanks for the bug report; I'll make sure this gets addressed before the next version.
I have found an issue while updating the Flickr plugin to use Copula:
In ApiSource.php->read():
uri->query = is set to be a string a=xxx&b=yyyy
However in Network->http->httpSocketOath.php
Line 176 block:
expects uri->query to be an Array since it calls assocToNumericNameValue,
I fixed for my purposes by setting:
The text was updated successfully, but these errors were encountered: