On Oct 29, 2007, at 9:33 AM, Dave Rolsky wrote:

> On Mon, 29 Oct 2007, Jonathan Swartz wrote:
>
>> It's odd to me that we would use $r->notes, given that the only code
>> that uses this is ApacheHandler.pm. Why wouldn't we get/set a flag in
>> the ApacheHandler object instead? Then we could provide a
>>
>>     $m->http_header_sent();
>>
>> for people to call when they've called $r->send_http_header  
>> themselves.
>
> Well, this is pretty much the same thing. Either way, the end user  
> would
> have to manually set something after sending the headers, which  
> kind of
> stinks API-wise.
>
> I was thinking we could subclass the Apache module for mp1 only and
> override send_http_header to make a note that headers have been  
> sent. That
> might be the most elegant solution.

You mean rebless the $r passed in by the user?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to