[Mono-bugs] [Bug 69001][Nor] Changed - WebRequest exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 09:24:32 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69001
--- shadow/69001 2004-11-02 18:26:48.000000000 -0500
+++ shadow/69001.tmp.663 2004-11-03 09:24:32.000000000 -0500
@@ -143,6 +143,10 @@
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.
+
+------- Additional Comments From vargaz@gmail.com 2004-11-03 09:24 -------
+Isn't this because the async code calls mono_runtime_invoke with
+exc != NULL, so the runtime invoke wrapper swallows the exception ?