HttpWebRequest always times out when GetResponse

Source: Internet
Author: User

Reprint: https://www.cnblogs.com/runner/archive/2013/06/24/3153545.html

Recently in through the RESTful interface to publish some data, always appear the request time-out, very hard to find a reliable point, write down, go back to try!!

"The problem is my first HttpWebRequest after GetResponse, forget to get the webresponse.close off." This close is also responsible for releasing resources Ah ...

Change the code, add a line of code, will webresponse.close off, everything back to normal.

(Single-threaded case, close off WebResponse on, multi-threaded case seems to set the WebRequest.ServicePoint.ConnectionLimit property)

By the way: HttpWebRequest has a allowautoredirect, you can set whether to allow server-side redirect, the default is true, special cases need to set to false. "

HttpWebRequest always times out when GetResponse

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.