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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 18:08:39 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 colin at univ-metz.fr.

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

--- shadow/77215	2006-01-11 18:08:39.000000000 -0500
+++ shadow/77215.tmp.20329	2006-01-11 18:08:39.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 77215
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: colin at univ-metz.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IsClientConnected time out
+
+hye,
+
+read IsClientConnected put application in a wait state.
+The problem is in mod_mono, as you see in the patch below it didn't send
+result.
+I really like to read your code ;)
+
+cyrille.
+
+
+--- mod_mono.c.old      2006-01-11 23:44:22.000000000 +0100
++++ src/mod_mono.c      2006-01-11 23:44:27.000000000 +0100
+@@ -650,6 +650,7 @@ do_command (int command, apr_socket_t *s
+                return FALSE;
+        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,


More information about the mono-bugs mailing list