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
The code in put / put_filename checks for response code 204 to set etag / size / content type, but the rackcdn api returns 201 which is more correct for a PUT
put and put_filename should check response.code == to 201 or 204
The text was updated successfully, but these errors were encountered:
The code in put / put_filename checks for response code 204 to set etag / size / content type, but the rackcdn api returns 201 which is more correct for a PUT
put and put_filename should check response.code == to 201 or 204
The text was updated successfully, but these errors were encountered: