Clemens Eisserer wrote: > Since it works without proxy and I also can fetch ordinary html-files > using exactly the same code over proxy I guess the proxy does kill my > request because no data is traveling home for too long time. > > Could this be true?
Yes. It's called a timeout. If you want to simulate a slow server, you can send small pieces of the payload, for example a single byte, every few milliseconds. Then the connection should not time out. hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
