I am having a problem with cfhttp tag. Montoring my computer with task manager certain urls will throw the computer into using 100% process, but in actuallity the cf process stops. I can loop through a list of urls and it is the same url that is causing the problem no matter where it is in the list. It doesn't do it on all urls, just certain ones.

I stripped out all of my code to just the following. This is one of the urls that is causing the problem.
It never gets to the dump, task manager will show 100% process going on. The only way to stop it is to reboot the computer, which I think I have done over 2 dozen times this morning trying to figure this out.

<cfset result.url = ""> <cfset strUserAgent = (
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; " &
"rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"
) />
<cfhttp url = "" resolveURL = "yes" useragent="#strUserAgent#">
<cfdump var=#cfhttp#>

I am using the ready to go jetty setup on a vista machine. It won't throw an error, so cfcatch does not help in this case.

Thanks,
Tom Thomas


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to