[ https://issues.apache.org/jira/browse/SHINDIG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Chabot closed SHINDIG-1233. --------------------------------- Resolution: Fixed This is already fixed in the trunk (soon to be 1.1-rc1) version, and we don't have any maintainance releases planned for the old 1.0 version so switching to the trunk might be your best bet since that's where the active development is taking place. (unless you or someone else has the time to step up as a 1.0 branch maintainer, we simply don't have the resources for it) I'll commit the fix in the 1.0 branch though > 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 > Original Estimate: 0.02h > Remaining Estimate: 0.02h > > 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.