On 03/08/2006 12:49 AM, William A. Rowe, Jr. wrote: > Ruediger Pluem wrote: > >> OTH I guess we still have to convince some people to switch from mod_jk >> to mod_proxy_ajp. So I guess having a similar behaviour in mod_proxy_ajp >> as in mod_jk will ease this. Default for mod_jk is: No flushing. > > > Then I'm confused, I thought this was reverted in the current mod_jk code > to avoid exactly this problem. Default switched to flush, with the option > of no flushing, after many people tripped over this 'bug' in mod_jk.
Maybe I just read the code wrong (mod_jk 1.2.15), but c->options is set to JK_OPT_FWDURIDEFAULT in create_jk_config of mod_jk.c. This looks like no flushing to me as JK_OPT_FLUSHPACKETS is not set. Regards Rüdiger