Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl takes longer than php's max exec time #14

Open
marcushat opened this issue Jan 19, 2016 · 0 comments
Open

Curl takes longer than php's max exec time #14

marcushat opened this issue Jan 19, 2016 · 0 comments

Comments

@marcushat
Copy link
Owner

I ran into an issue where php wouldn't timeout when I expected. It was because curl_multi_select is handled by curl externally and doesn't count towards php's execution time. Will be pushing a new update soon to resolve this. It will do away with curl_multi_select, only using non-blocking curl functions, and will keep track of timeouts manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant