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

Configurable curl_multi_select timeout #585

Merged
merged 2 commits into from Mar 9, 2014
Merged

Conversation

andrejczyn
Copy link
Contributor

Possibility to configure a timeout for curl function curl_multi_select. Releated to issue #527

@andrejczyn
Copy link
Contributor Author

I don't have idea how to write test for it.

*/
public function __construct($maxHandles = 3)
public function __construct($selectTimeout, $maxHandles = 3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move $selectTimeout to the end of the method signature to prevent this from breaking people?

@mtdowling
Copy link
Member

Nice work! I made a couple comments, but this is great.

Move select_timeout to general client options
@andrejczyn
Copy link
Contributor Author

I think now is better ;)

@ignaces-zz
Copy link

Great! just what i needed

@stojeden
Copy link

stojeden commented Mar 6, 2014

Hi, I can not wait. Great!

@mtdowling mtdowling merged commit 7b1cff1 into guzzle:master Mar 9, 2014
@mtdowling
Copy link
Member

Merged. Thanks!

@andrejczyn
Copy link
Contributor Author

Thanks for merge! Now we can use guzzle in our production environment :)

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

Successfully merging this pull request may close these issues.

None yet

4 participants