While trying to execute http request application crashes.
local function http_result(self, _, response)
print(response.status)
print(response.response)
pprint(response.headers)
end
http.request('http://aws...', 'DELETE', http_result, headers)
Assertion failed: (response.m_ContentLength == -1), function DoDoRequest, file ../src/dlib/http_client.cpp, line 924.
INFO:CRASH: Successfully wrote Crashdump to file: /Users/.../Library/Application Support/Defold/_crash
ERROR:CRASH: CALL STACK:
# 0 pc 0x117db42d MetadataUtilities _sigtramp+29
Trying to do the same request with postman does not replicates the issue.
Response is 204 No Content