Open
Description
In debug mode, the HTTP module seems to work fine (WSL2, Ubuntu) with this code
(import "http.arkm")
(let cli (http:client:create "monip.org" 80))
(mut output (http:client:get cli "/"))
(print output)
(monip.org is a website giving the user its public ip, I use it because it's available through http and gives very little data (thus a request doesn't take forever), and https isn't available yet in the module).
On Windows it just always returns nil, as if an error occured on the C++ side (most likely in http:client:get), and the request takes forever.
Metadata
Metadata
Assignees
Type
Projects
Status
v3.5.0