[Mono-bugs] [Bug 74637][Nor] New - HttpWebRequest fails with AllowWriteStreamBuffering = false

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 13:37:11 -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 lewing@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74637

--- shadow/74637	2005-04-16 13:37:11.000000000 -0400
+++ shadow/74637.tmp.24012	2005-04-16 13:37:11.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 74637
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lewing@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpWebRequest fails with AllowWriteStreamBuffering = false
+
+F-Spot turns write buffering off when doing POST form submissions so that
+it can give the user feedback on how much of the potentially very big
+upload has occured.  With the latest code in SVN head this no long works,
+the write never seems to complete.  If I turn write buffering back on the
+progress info is wrong but the submission completes properly.
+
+The code in question lives in f-spot/src/FormClient.cs