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
I get this warning for some methods called via Client::sendRequest():
Notice: Undefined index: label in [...]/tivoka/lib/Tivoka/Client/Request.php on line 99
Notice: Undefined index: body in [...]/tivoka/lib/Tivoka/Client/Request.php on line 99
The code removes the first line of the $headers parameter and assumes the rest will match. However, the offending input looks like this:
I get this warning for some methods called via Client::sendRequest():
The code removes the first line of the $headers parameter and assumes the rest will match. However, the offending input looks like this:
The code needs a better detection of status lines to handle the case of the 100/200 status.
The text was updated successfully, but these errors were encountered: