Is there any limitations on sending http requests. I send them in cycle from my programm, and all goes alright at first, but then, an error comes, saying that request failed because target machine refused connection. Can the error be on my side, or it is targets fault?
Share
Are these requests staying open? I believe in the HTTP spec there is a limit to the number of open connections as I remember it is quite low.