Re: structs question

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 12 Jan 2001 00:15:32 +0100

I *think* the HttpReply contains the HTTP reply headers received from
the server, noting else.

AFAIK there is no clean cut place to perform TE. The closest you can get
to clean-cut without redesigning a lot is probably like it is today.

/Henrik

Robert Collins wrote:
>
> what is Httpreply used for
> *transient data with each reply sent to a client
> *persistent data stored on disk
> *both?
>
> I'm adding a list of transfer encodings to perform on the outbound data, and I assumed that the HttpReply would be the place to list
> them... but HttpReply sits under MemObject, so it looks to me like it might be persistent - and te is hop by hop only.
>
> If httpReply is wrond should I put the list in request_t or clienthttprequest ?
>
> What confuses me is we seem to be using a request struct to store response data?
>
> Rob
Received on Thu Jan 11 2001 - 16:14:06 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:17 MST