DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37100>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37100





------- Additional Comments From [EMAIL PROTECTED]  2005-10-19 22:59 -------

(In reply to comment #4)
> Created an attachment (id=16722)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16722&action=view) 
[edit]
> Patch against trunk

I tried this one, and it's buggy.  You need to have a line like:
   conn->data = NULL;
somewhere around the brigade cleanups, or after a couple of requests you'll 
SEGV because conn->data->buffer isn't valid anymore.

I haven't tried the poll-timeout, but would tend to agree with Paul on it's 
usefulness.  Currently mod_jk doesn't flush on output (of course, it thinks 
it's still httpd-1.3 and calls ap_rwrite, so maybe not the best example :).

The closest thing to the AJP/1.4 proposal would be:
  http://tomcat.apache.org/connectors-doc/common/ajpv13ext.html
Of course, no Tomcat version currently supports it.  It wouldn't be that hard 
to add a CMD_AJP13_FLUSH to Tomcat (with a Tomcat configuration option to turn 
it off so it doesn't freak-out mod_jk :).  But as Will says, that discussion 
belongs on [EMAIL PROTECTED]


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to