https://issues.apache.org/bugzilla/show_bug.cgi?id=46449
Leandro Navarro <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|worker |mod_include --- Comment #3 from Leandro Navarro <[email protected]> 2009-01-28 13:14:45 PST --- Looking at the code for mod_include, I think that the problem seems to be with ap_sub_req_lookup_uri(), that the output is not flushed before this call is invoked and therefore the output is garbled. I found this mail related: http://mail-archives.apache.org/mod_mbox/httpd-dev/200009.mbox/raw/%[email protected]%3e/ If that is the source of the problem, how can I modify mod_include to flush the output before a sub_req is invoked? The code is not that readable to see clearly how to modify. Any suggestion? Best regards, Leandro.(In reply to comment #2) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
