other issues that I have found center around 304s. I can go into more detail here if people like, but the overall idea is that filter_init is sometimes too early to make intelligent decisions, especially when you want to operate only on a certain mime type. just about all of these, though,
I, for one, would appreciate more details to better understand the needs. I'm not clear where the mime type fits in. Is it that filter_init isn't called for AddOutputFilterByType filters?
could be easily solved by moving ap_meets_conditions logic to it's own filter, which was the original proposal before filter_init won. as I use
Hmm. Would that filter be a CONTENT_SET (or PROTOCOL?) filter? If it thinks the response shouldn't be sent, would it throw away the response (so far) and send down the 'right' bits for a 304? Might work, but that seems rather late to make that decision. -- justin