Hi, In Apache 2.2 - what is the purpose of ap_hook_insert_filter? It seems to get invoked after things like post_read, quick_handler, and others which is too late to "filter" any input.
On the other hand, ap_hook_create_request does get invoked early enough. Is this simply hook misnaming - or some other reason? Thanks.