[Mono-bugs] [Bug 74637][Nor] Changed - HttpWebRequest fails with AllowWriteStreamBuffering = false
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 18:17:49 -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=74637
--- shadow/74637 2005-04-16 15:01:14.000000000 -0400
+++ shadow/74637.tmp.25612 2005-04-16 18:17:49.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: lewing@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: HttpWebRequest fails with AllowWriteStreamBuffering = false
@@ -45,6 +45,10 @@
Stream response = client.Submit (upload_url).GetResponseStream ();
StreamReader reader = new StreamReader (response, Encoding.UTF8);
Console.WriteLine (reader.ReadToEnd ());
}
should be enough to trigger the bug and never complete.
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-16 18:17 -------
+This has to do with some changes I made so that Ssl client stream was
+happy when negotiating.