I'm getting a weird error from CFThread. I have it wrapped around a function that runs perfectly when outside CFThread. But, it takes about 20 seconds to complete so I shoot it off to CFThread then CFLocation the user to a new page and alert them when it's done.
It's also wrapped in CFTRY to email me should there be a problem.
I'm getting emails where the CFCATCH.Message is:
"CFThread failed to set header to response as request had already completed"
I can't find any reference to an error like this on Google. I'm assuming it's not liking the fact that I'm using CFLocation directly after invoking the Thread. So, for the hell of it, I tried using a META REFRESH to redirect the user instead. Same error result.
Any ideas?
Our community of experts have been thoroughly vetted for their expertise and industry experience.