[Mono-bugs] [Bug 77215][Nor] Changed - IsClientConnected time out

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 19:03:47 EST 2006


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 at ximian.com.

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

--- shadow/77215	2006-01-11 18:08:39.000000000 -0500
+++ shadow/77215.tmp.20775	2006-01-11 19:03:47.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77215
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: colin at univ-metz.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -33,6 +33,11 @@
         case IS_CONNECTED:
                 *result = (r->connection->aborted ? 0 : 1);
 +               status = write_data (sock, result, sizeof (int32_t));
                 break;
         case MYNOT_FOUND:
                 ap_log_error (APLOG_MARK, APLOG_ERR, STATUS_AND_SERVER,
+
+------- Additional Comments From gonzalo at ximian.com  2006-01-11 19:03 -------
+Patch applied. Good catch.
+
+


More information about the mono-bugs mailing list