Hi, I've been using the sfWebBrowserPlugin but I find that the default
timeout is far too long for what I need.
I don't think this functionality is currently provided (or if it is,
it's not mentioned in the docs) but I've managed to get around it by
hard coding

// timeout after 10 sec
curl_setopt($curl, CURLOPT_TIMEOUT,
sfConfig::get('app_remote_request_timeout'));

into sfCurlAdapter.class.php

It would be great to be able to pass this to the constructor.

I could supply a patch that would work for the curl adapter, but I've
not really any notion how to make it work for Fopen, so I'm suggesting
it here incase someone wants to look into it.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to