[Mono-bugs] [Bug 53971][Wis] Changed - Reading from a StreamReader of a web response stream sometimes hangs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 13:51:36 -0400 (EDT)


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=53971

--- shadow/53971	2004-05-06 06:36:47.000000000 -0400
+++ shadow/53971.tmp.15050	2004-05-06 13:51:36.000000000 -0400
@@ -141,6 +141,12 @@
 That might be caused by the buggy (and disabled by default now)
 ascynchronous socket IO code.
 
 ------- Additional Comments From micke@imendio.com  2004-05-06 06:36 -------
 Gonzalo, you mean the async socket api? Should I do this with my own
 threads instead?
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-06 13:51 -------
+the new AIO code for sockets is not enabled by default now, if you try
+with current CVS. It might be enabled when you tested because i saw
+some errors like those "bogus daemon response, type 3" while debugging
+the AIO code.