[Mono-bugs] [Bug 75687][Nor] Changed - SslClientStream.BeginRead()
blocks
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 9 19:05:18 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 17:51:02.000000000 -0400
+++ shadow/75687.tmp.23832 2005-08-09 19:05:18.000000000 -0400
@@ -208,6 +208,10 @@
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()?
+
+------- Additional Comments From dominz at wp.pl 2005-08-09 19:05 -------
+I just looked at svn: Read() is implemented by doing BeginRead() and
+EndRead() instead of the opposite way. That's weird.
More information about the mono-bugs
mailing list