Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* src/mod_mono.c: actually write the result of IS_CONNECTED. Patch by
	Cyrille Colin.


svn path=/trunk/mod_mono/; revision=55403
  • Loading branch information
gonzalop committed Jan 11, 2006
1 parent f918018 commit fe7e040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/mod_mono.c: actually write the result of IS_CONNECTED. Patch by
Cyrille Colin.

2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* configure.in:
Expand Down
1 change: 1 addition & 0 deletions src/mod_mono.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ do_command (int command, apr_socket_t *sock, request_rec *r, int *result)
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,
Expand Down

0 comments on commit fe7e040

Please sign in to comment.