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 [EMAIL PROTECTED]

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

--- shadow/75176        2005-06-08 15:03:07.000000000 -0400
+++ shadow/75176.tmp.11838      2005-06-09 05:05:21.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75176
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -63,6 +63,15 @@
 due to the Sleep in the handler. But that Sleep is called after
 Response.Close, so the client should not be affected by that wait.
 
 Running the ashx in IIS (and the client on mono) gives the expected
 results: the response is immediately closed and the client is not affected
 by that wait.
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-06-09 05:05 -------
+Printing the stacktrace in xsp under MS showed that CloseConnection
+was being called twice: one from Response.Close and another one after
+waiting those 10000ms from FinishRequest.
+
+Now we do the same.
+
+Thanks, Lluis.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to