Skip to content

Parallel requests with the same curl instance #26

@iamoskvin

Description

@iamoskvin

It looks like currently it is impossible because of this check: ""The last request is sending; don't send one more request on one instance!""
Is it because of restrictions on the underlying library? What could be the best workaround?
Why do I need this? In the app that I try to mimic Chrome, it makes two requests in parallel, and ideally I would like to achieve the same.
Are there any ways other than using two separate curl instances instead of a common one? 

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions