hard crashes with data from Internet

2004-12-18 Thread Richard Gaskin
I have an app that makes a series of HTTP calls to a server to obtain a list of directory contents in nested directories. I find when I make single calls with some time between them the results are almost 100% reliable, but when I make these calls in rapid succession sometimes I see garbage

Re: hard crashes with data from Internet

2004-12-18 Thread Scott Rossi
Recently, Richard Gaskin wrote: I have an app that makes a series of HTTP calls to a server to obtain a list of directory contents in nested directories. I find when I make single calls with some time between them the results are almost 100% reliable, but when I make these calls in rapid

Re: hard crashes with data from Internet

2004-12-18 Thread Mark Brownell
On Saturday, December 18, 2004, at 01:04 PM, Richard Gaskin wrote: I thought about checking the data for the presence of something like /body, but I can imagine circumstances where the garbage might also contain some of the returned data (though I haven't logged enough yet to really know how