Can you try getting an HTTP Sniffer to see what the raw response looks like? 
Are they HTTPS URLs?

Pete

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of nathanpdaniel
Sent: Tuesday, March 17, 2009 12:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HTTPService never returning...

 I have an AS3 HTTPService (that is, the HTTPService is all AS3 based, no MXML) 
which travels off and gets an XML feed, returns and displays the data.  There 
are several (20+) instances where I can click on an item and this happens 
properly.  However, I have 1 (just one) instance where this crashes my AIR app. 
 
 I've verified the URL, it DOES render in an HTML page (as XML) so, there is no 
issue with the URL.  I can click on ANY other "item" to load the XML and it 
loads - every time.  My App works fine as long as I never select the one item 
in particular.  I've profiled the app, memory usage actually drops off when I 
selecte that one item.  I've got listeners for every possible event - none of 
which ever get sent after hitting HTTPService.send().  The app acts as though 
everything's fine, it's just loading data.  I put a timeout of 5 seconds on the 
HTTPService.  After about 2 minutes of still nothing, I manually shut down the 
app.

Anyone have any ideas?



------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links



Reply via email to