http://bugzilla.novell.com/show_bug.cgi?id=549580

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=549580#c2


Sebastien Pouliot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Sebastien Pouliot <[email protected]>  2009-10-23 
10:00:23 MDT ---
At first look bypassing SetupRequest, which does a call to WebRequest.Create,
seems a bad idea. I'll have a second look after lunch

@@ -1553,7 +1553,7 @@
 #endif
         WebRequest GetWebRequest (Uri address)
         {
-            return SetupRequest (address);
+            return WebRequest.Create (address);
         }

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to