WyriHaximus / ReactGuzzle

ReactPHP HttpClient Adapter for Guzzle
MIT License
34 stars 5 forks source link

connect_timeout #1

Open WyriHaximus opened 10 years ago

WyriHaximus commented 10 years ago

For the connect_timeout flag to work a PR to react/http-client must be made that would allow passing a timeout.

WyriHaximus commented 10 years ago

This can't be done with a PR to react/http-client instead utilizing a timer should do the trick.