- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
Our site experienced a hang yesterday that seems to be due to a curl request to avatax that never completed. Looking at the code for the 4.x branch, CURLOPT_CONNECTTIMEOUT is set to establish the maximum time establishing a connection can take, but CURLOPT_TIMEOUT is not set which would establish the maximum time a request can take to complete. The default value for CURLOPT_TIMEOUT is zero, or no timeout.
http://altafphp.blogspot.com/2012/12/difference-between-curloptconnecttimeou.html
Attaching a patch that will match the curl timeouts of the 4.x version to the 5.x version, where both CURLOPT_TIMEOUT and CURLOPT_CONNECTTIMEOUT are set.
Closed: outdated
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.