]> git.ipfire.org Git - thirdparty/squid.git/commit - src/structs.h
Author: Graham Keeling <graham@equiinet.com>
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 15 Dec 2010 09:38:03 +0000 (11:38 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 15 Dec 2010 09:38:03 +0000 (11:38 +0200)
commit1368d1153832af2eb386902cbd89b138c9a4a7c7
tree091bdfe360eff4280469ef4910290b39a583bba8
parent6ca34f6f914c36bca43713622cc8cb297ad86a3b
Author: Graham Keeling <graham@equiinet.com>
Bug 3113: Squid can eat far too much memory when uploading files

Problem description:
  Uploading a large file to a web site on the internet, squid's client
input buffer will increase far faster than it can be emptied to
the target website, and the machine will swiftly run out of memory.

This patch adds the client_request_buffer_max_size configuration
parameter  which specifies the maximum buffer size of a client request.
src/cf.data.pre
src/client_side.cc
src/client_side.h
src/structs.h