mturk 2005/02/22 01:58:38
Modified: jk/native/common jk_ajp_common.c
Log:
On END_RESPONSE mark service as readed.
Revision Changes Path
1.92 +4 -1
jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
Index: jk_ajp_common.c
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- jk_ajp_common.c 19 Feb 2005 09:13:35 -0000 1.91
+++ jk_ajp_common.c 22 Feb 2005 09:58:38 -0000 1.92
@@ -1527,6 +1527,9 @@
/* no more data to be sent, fine we have finish here */
if (JK_AJP13_END_RESPONSE == rc) {
+ /* XXX: Set all readed */
+ s->content_read = s->content_length;
+ s->no_more_chunks = 1;
JK_TRACE_EXIT(l);
return JK_TRUE;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]