[Mono-bugs] [Bug 52629][Wis] Changed - Trying to read from a HttpWebResponse after response.LastModified hangs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jan 2004 18:23:02 -0500 (EST)


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=52629

--- shadow/52629	2004-01-07 22:49:47.000000000 -0500
+++ shadow/52629.tmp.30667	2004-01-08 18:23:02.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52629
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: micke@imendio.com               
 QAContact: mono-bugs@ximian.com
@@ -35,6 +35,9 @@
 I cannot reproduce this (2 computers, 2 different networks, debian sid
 and red hat 9), but Nick can.
 
 ------- Additional Comments From micke@imendio.com  2004-01-07 22:49 -------
 Updated to latest CVS and also installed ICU. Now it works, not sure
 if it was ICU or latest CVS that made it work though.
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-08 18:23 -------
+May be MonoHttpDate.cs use of en-US culture was to blame. I've fixed that.