Answer the question
In order to leave comments, you need to log in
Why is the third consecutive request.GetResponse on the same domain never executed (timeout)?
var request = WebRequest.CreateHttp("https://google.com");
var response = request.GetResponse();
request = WebRequest.CreateHttp("https://google.com");
response = request.GetResponse();
request = WebRequest.CreateHttp("https://google.com/chrome");
response = request.GetResponse(); //здесь вылетает по таймауту
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question