On IPv6 servers, boost_views_async() fails. drupal_http_request() returns "invalid argument" because the IP is numeric and is not correctly formatted, ex: http://::1/index.php should be http://[::1]/index.php.
On IPv6 servers, boost_views_async() fails. drupal_http_request() returns "invalid argument" because the IP is numeric and is not correctly formatted, ex: http://::1/index.php should be http://[::1]/index.php.
Comments
Comment #1
bgm commentedCommited to 6.x-1.x dev.