Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
GoGrid connection requests fail since GoGrid doesn't allow "zero-byte files" (HTTP 411). Right now,
{data}defaults to None and therefore is not encoded to Content-Length.
The data passed to the connection request should check for None instead of empty string and None. This way defaulting GoGrid to pass an empty string (as it was before) will fix the issue.