Re: sockets die after a while (General questions)
You can also enable DebugFile like
Http1.DebugFile = somefile.txt
and it will dump everyhting it sends/receive. Beware - file may grow really large. This way you can see if and what is received from remote on all your requests.
But again, I must ask for a sample for duplicate this. 1000 issues can be involved in why it returns 200. Perhaps server really returns 200?
Kreso