Engine crashes when sending a boolean with http.request

If one of the values in the table passed to as a header to http.request is a boolean then the Defold engine crashes.

Example:

http.request(“http://www.google.se”, “GET”, function() end, {test=true})

Thanks for the report. I’ve added this bug to our backlog.