Hello,
I am developping a nginx C module that aims to modify the backend response (handled by the proxy module) in order to redact specified strings. I have a working module, but I am stuck on a case where the module modfy the length of the backend response. As the output header filter is called before the output body filter, the content-length is already sent when the module get the backend response and modifies it. Is there any normal way to workaround this? I would like to avoid writing a complete upstream handler... I wonder if it is a known use case? Thanks ! Alfred _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
