[Mono-bugs] [Bug 61218][Nor] Changed - Problem redirecting from https to http

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 08:30:16 -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=61218

--- shadow/61218	2004-07-13 08:27:15.000000000 -0400
+++ shadow/61218.tmp.8218	2004-07-13 08:30:16.000000000 -0400
@@ -203,6 +203,20 @@
 is they don't redirect to http:// sites, just give a plain html file.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-07-13 08:27 -------
 Created an attachment (id=8537)
 Proposed fix. See notes below.
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-07-13 08:30 -------
+After applying this patch, i get to on hundred and something requests
+with the loop test case and then an exception.
+
+Turns out that we're getting 2 extra bytes on the last request for a
+connection (my local apache has a limit on 100/connection) and that
+break something in System.Net. I have the fix for this issue ready to
+go, but I'd like to ensure that it's not any garbage generated by the
+SslClientStream.
+
+Can you confirm this?
+
+Is the patch ok?