I am using apache(2.2.28) as reverse proxy
Please help me to handle following scenario..
mod_proxy_http is unable to read EOS bucket from previous output filter and it
(ap_get_brigade()) stays on blocking state forever.
response transfer encoding is chunk.
Missing EOS bucket could be
1. due to buggy output filter which fails to forward EOS bucket
2. buggy back-end webserver.
how to figure out what is causing the issue and come out of infinite waiting.
Direct accessing the webserver (without apache as reverse proxy) has no issue.
Thanks