[Mono-bugs] [Bug 69001][Nor] Changed - WebRequest exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 16:08:54 -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 14:12:48.000000000 -0500
+++ shadow/69001.tmp.26873 2004-11-02 16:08:54.000000000 -0500
@@ -121,6 +121,16 @@
IAsyncResult.AsyncState would be fine. I'll update the test case.
------- Additional Comments From xavier@blackbloodstudios.com 2004-11-02 14:12 -------
Wish you could delete silly comments like my last one :)
Disregard what I said, don't know what I was thinking about. Test case
is fine.
+
+------- Additional Comments From vargaz@gmail.com 2004-11-02 16:08 -------
+I think there are two problems with the testcase:
+- If there is an exception in the callback method, and it is not
+ 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.
+