]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Graham Keeling <graham@equiinet.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Dec 2010 18:56:56 +0000 (11:56 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Dec 2010 18:56:56 +0000 (11:56 -0700)
commit46459ba6eacf79da86b743db1b9afd4f66b9991c
treef71c6652d262a38918554ff361ecea42667b4a11
parent83f6518c10cb5df8a11846876351e144ed2fccf2
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.
doc/release-notes/release-3.1.sgml
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/client_side.h
src/structs.h