]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
Bug 2674: Remove limit on HTTP headers read.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jun 2009 07:02:45 +0000 (19:02 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jun 2009 07:02:45 +0000 (19:02 +1200)
commit4b6af3495e777cb55a754501984d4876b52ee5c0
tree767c86f1b33a3b7ab7d3fbccfd17897be125333c
parent416157b57f2943c21aa90ef417af133da83bc5df
Bug 2674: Remove limit on HTTP headers read.

Headers may be accumulated over more than one read. It does not make
sense to limit the internal copy of the accumulated read buffer to 64KB.

Reverts the internal read buffer to MemBuf defaults. This may cause
issues where headers are of unbounded size. But those are expected to be
caught by the header parser.
src/http.cc