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.
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.