Skip to content

Add new easy handle during multi iteration #25

@moteus

Description

@moteus

Example

for d,t,e in m:iperform() do
  if (t == 'done') or (t == 'error') then
    -- iperform should remove easy handle by himself
  end
  if ... then
    m:add_handle(curl.easy{...}) -- this should be valid
  end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions