CFHTTP running longer than Timeout specified
I'm using ColdFusion 5 and specifying a timeout=2 on the CFHTTP tag. I'm doing an HTTP Get on a remote site, grabbing an XML feed.
Somestimes the CFHTTP runs much longer than the 2 second timeout I've specificed on the <cfhttp> tag. I thought the timeout parameter was the max time the CFHTTP would execute.
We really need to be able to stop the CFHTTP at the timeout we specify, and not allow it to continue processing and hold up the page.
Can anyone help with this?
