Skip to content

Replace curl-multi-constants with enum #71

@fraya

Description

@fraya

For instance:

define constant $curlm-call-multi-perform = -1;
define constant $curlm-ok = 0;
define constant $curlm-bad-handle = 1;
define constant $curlm-bad-easy-handle = 2;
define constant $curlm-out-of-memory = 3;
define constant $curlm-internal-error = 4;
define constant $curlm-bad-socket = 5;
define constant $curlm-unknown-option = 6;

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions