On Fri, Aug 17, 2001 at 01:59:34PM -0500, William A. Rowe, Jr. wrote:
> We are unlikely to accept a patch that modifies request_rec structures,
> since that (significantly) breaks binary compatiblity.
I was sorta afraid of that. Even if it's at the *end* of the struct?
I figured that wouldn't break much.
> I'd be happy to entertain a patch if you can avoid breaking binary
Hmm. The problem is that ap_custom_response() seems to be meant to set
custom responses on a per-request basis. Is there anyplace else that I
can store per-request data?
--
thanks,
Will