On Thu, 29 May 2008, Alvaro Lopez Ortega wrote:

> On 29 May 2008, at 11:18, Stefan de Konink wrote:
>
> > While server_info itself can do only the add_buffer method? Is this a
> > shortcut because it is assumed to be less that 8k?
>
> I don't think I have understood the question.

Please elaborate on the use of:

ret_t
cherokee_handler_admin_step (cherokee_handler_admin_t *ahdl,
cherokee_buffer_t *buffer)
{
        cherokee_buffer_add_buffer (buffer, &ahdl->reply);
        return ret_eof_have_data;
}



Why on that place, that is allowed, and no need for the advanced method.


Stefan

_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to