Petr Hracek wrote: > In my module I do not modify any data sended from server to client. > Unfortunatelly when I am using ap_r* then firstly are sended data and > then HTTP relevant code.
That's because you've made the same mistake in this code that you made
in the previous code you posted:
> ap_pass_brigade(r->connection->output_filters,bb);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Regards,
Graham
--
smime.p7s
Description: S/MIME Cryptographic Signature
