[Mono-bugs] [Bug 75687][Nor] Changed - SslClientStream.BeginRead()
blocks
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 9 17:51:02 EDT 2005
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 dominz at wp.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=75687
--- shadow/75687 2005-08-09 16:42:40.000000000 -0400
+++ shadow/75687.tmp.21879 2005-08-09 17:51:02.000000000 -0400
@@ -200,6 +200,14 @@
I should be able to fix this (to get the same behaviour as one stream
would have) but that will requires to re-test everything (SSL related)
- a long and (mostly) manual process. I'll try it but don't count on
seeing a fix for this in SVN soon.
Thanks for the sample code.
+
+------- Additional Comments From dominz at wp.pl 2005-08-09 17:51 -------
+Just one thought: if it turn out to be impossible to correctly
+implement BeginRead(), I would expect it to throw an exception instead
+of doing something else.
+Out of curiosity, I wonder why BeginRead() need to be specially
+implemented for this class instead of just falling back to
+Stream.BeginRead() which internally calls overriden Read()?
More information about the mono-bugs
mailing list