On tis, 2008-06-10 at 12:40 +0300, Mikko Kettunen wrote:

> How could I configure squid to buffer whole POST-request before sending
> it to peer cache or originserver?

Good question. It isn't really designed to do this. POST request may be
almost unbounded in size, and some streaming over HTTP protocols (i.e.
RSTP over HTTP) relies on it not being buffered..

> Which functions handle the request buffering?

We don't.. but yes there is a temporary buffer of limited size, used for
buffering request headers and data until it can be sent to the server.

How big are these requests that you need to buffer?

Regards
Henrik

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to