On Nov 25, 2007 8:17 AM,  <[EMAIL PROTECTED]> wrote:
> I have the whole http (firstline, headers and content) within a buffer and
> want to send it "as it is" to the browser. (in my example this is *txt)

Hi William,

the purpose of the HTTP layer is to obviate the need for the caller of
the API to implement the protocol.  If you want to control every
single byte that is being sent in response to an HTTP request then it
sounds like you just want to write your own server implementation.
So, given that the HTTP layer does HTTP formatting for you, what is it
that it is not doing for you?

Niels.
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to