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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 18:26:48 -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 gonzalo@ximian.com.

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

--- shadow/69001	2004-11-02 16:14:07.000000000 -0500
+++ shadow/69001.tmp.4360	2004-11-02 18:26:48.000000000 -0500
@@ -139,6 +139,10 @@
 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
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-02 18:26 -------
+Even if I add a Sleep in the main thread before exiting, nothing is
+printed.