[Mono-bugs] [Bug 75687][Nor] Changed - SslClientStream.BeginRead() blocks

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 2 11:36:59 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-02 11:29:56.000000000 -0400
+++ shadow/75687.tmp.17392	2005-08-02 11:36:59.000000000 -0400
@@ -167,6 +167,14 @@
 > Please try to do a...
 > sslStream.Write (new byte [0], 0, 0);
 > before the BeginRead as this should perform the negotiation from a
 > safe point.
 
 write(" ") does that
+
+------- Additional Comments From dominz at wp.pl  2005-08-02 11:36 -------
+As I said before, it doesnt matter if it's first or next read. In my
+original code error appeared in third read after switching, because
+first two read were immediate.
+Please also look where "CertificateValidation" is printed - it's
+before doing Write(" ") (shown as "outgoing:  ")
+


More information about the mono-bugs mailing list