Closed (outdated)
Project:
Purge
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2013 at 11:30 UTC
Updated:
13 May 2026 at 18:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ngocketit commentedComment #2
mike.davis commentedI'm getting similar issue. On a bit of investigation it seems that the $select_result flag is always set to 0 so just gets caught in an endless loop. Still doing some further investigation.
Comment #3
mike.davis commentedThis outer loop has the comment about "only necessary for libcurl ealier than 7.20.0". Our servers are using libcurl 7.19.7 so this outer loop shouldn't be required. Removing this outer loop seemed to sort out the hanging of the process for me.
Comment #4
mike.davis commentedMaybe a check for the version of libcurl could be done to handle this better?
Comment #5
ngocketit commentedThis seems to be also causing the issue if the configuration of Varnish port is wrong. For example, if Varnish is running on port 80 but it's set to another port in admin/config/development/performance/purge then the loop may run forever, which makes it EXTREMELY difficult to debug. It took us several days to pinpoint the module & the function that caused the timeout error.
Comment #6
japerry