Hi,
irgendwie finde ich keine Äquivalent zum Kommandozeilenparamenter "--max-time" in PHP's Curl.
CURLOPT_TIMEOUT isses nicht, weil der bezieht sich ja nur auf die Verbindungsphase des Requests.
(Wobei ich davon ausgehe das CURLOP_TIMEOUT == --connect-timeuot ist)
Kann mir ja jemand die Tomaten von den Augen nehmen?
irgendwie finde ich keine Äquivalent zum Kommandozeilenparamenter "--max-time" in PHP's Curl.
CURLOPT_TIMEOUT isses nicht, weil der bezieht sich ja nur auf die Verbindungsphase des Requests.
Code:
--connect-timeout <seconds> Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once curl has connected this option is of no more use. See also the -m/--max-time option. If this option is used several times, the last one will be used.
Kann mir ja jemand die Tomaten von den Augen nehmen?