curl timeout in the config file is ignored
------------------------------------------

                 Key: SHINDIG-1233
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1233
             Project: Shindig
          Issue Type: Bug
          Components: PHP
         Environment: All platforms
            Reporter: Gyula László
            Priority: Minor


The container.php 's   'curl_connection_timeout'  value is ignored when using 
BasicRemoteContentFetcher.

BasicRemoteContentFetcher.php, Line 37:

    curl_setopt($request->handle, CURLOPT_TIMEOUT, 2);

This causes the weird bug of getting 404's on remote servers (while good when 
testing localhost), while the server log on the remote end shows that the 
request is in fact has been successful. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to