Skip to content

Need help figuring out why the HTTP module is sometimes working, sometimes not #26

Open
@SuperFola

Description

@SuperFola

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

Labels

Type

No type

Projects

  • Status

    v3.5.0

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions