Crap. Forgot to restore the original timeout value. I knew it was gonna happen.
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 6 Jun 2003 06:58:56 +0000 (06:58 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 6 Jun 2003 06:58:56 +0000 (06:58 -0000)
svn path=/trunk/mcs/; revision=15150

mcs/class/System/System.Net/HttpWebRequest.cs

index 41744aa3e59eae40c7f2e3501d460e718d24998e..5e934c61ceb083a2a86cfd5de5d55a219cad54ef 100644 (file)
@@ -49,7 +49,7 @@ namespace System.Net
                IWebProxy proxy;
                bool sendChunked;
                ServicePoint servicePoint;
-               int timeout = 10000;//100000;
+               int timeout = 100000;
                
                WebConnectionStream writeStream;
                HttpWebResponse webResponse;