properly aborting a GET method?

2008-03-11 Thread George Ludwig
I am doing some web harvesting, and I'm trying to better handle the situation where a hostile website has my connection and then sends a few packets of garbage data every couple of minutes. In the loop where I read data off the input stream, I check the duration of the entire read process, and if

Re: properly aborting a GET method?

2008-03-11 Thread Oleg Kalnichevski
On Tue, 2008-03-11 at 11:25 -0700, George Ludwig wrote: I am doing some web harvesting, and I'm trying to better handle the situation where a hostile website has my connection and then sends a few packets of garbage data every couple of minutes. In the loop where I read data off the input