[Mono-bugs] [Bug 69001][Nor] Changed - WebRequest exceptions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 16:14:07 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by xavier@blackbloodstudios.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69001

--- shadow/69001	2004-11-02 16:08:54.000000000 -0500
+++ shadow/69001.tmp.27146	2004-11-02 16:14:07.000000000 -0500
@@ -131,6 +131,14 @@
   caught, I'm not sure the runtime should not print an 'unhandled
   exception' to the console.
 - Since the main thread does not wait for the request to complete,
   it might exit, causing the runtime to abort the background thread
   servicing the request.
 
+
+------- Additional Comments From xavier@blackbloodstudios.com  2004-11-02 16:14 -------
+I think it should print an unhandled exception, just like .NET does.
+On another note, might be related to your second problem listing, but
+with the same app I'm experiencing a problem, after a WebRequest fails
+(any net error) any subsequente WebRequest's just don't run, I call
+Create and BeginGetResponse but never get a response. Of course, the
+same code works perfectly on .NET