[Mono-bugs] [Bug 74539][Maj] Changed - HttpWebRequest fails with postmulti tool

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Apr 2005 01:26: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 gonzalo@ximian.com.

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

--- shadow/74539	2005-04-10 23:33:22.000000000 -0400
+++ shadow/74539.tmp.5774	2005-04-11 01:26:10.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74539
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -152,6 +152,16 @@
 
 It's possible that the problem is outside HttpWebRequest (and related
 classes). I getting strange hangs when using SSL (with the same tools)
  which I suspect being (at least in part) outside SSL. I don't think
 it comes from the tools since I never had problems with them on XP
 (but you may want to look at them).
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-11 01:26 -------
+Finally, fixed in SVN (r42773).
+
+Yesterday i added support for HttpWebRequest.ReadWriteTimeout and made
+synch. Read do BeginRead/Wait for timeout/EndRead. The problem was
+that i didn't supply a callback to set the event on which I was
+waiting for the timeout O:-).
+
+Thanks, Sebastien.