On Tue, Jan 15, 2013 at 5:27 PM, M A Young <m.a.young@xxxxxxxxxxxx> wrote: > It is bug 3567 - squid leaks httprequests if presented with a request with > NULL characters in the headers or an invalid HTTP version. It requires bad > requests from the client, but unfortunately we seem to have a badly behaved > app some people use here. > > Michael Young I'm certainly see a lot of "WARNING: HTTP header contains NULL characters", and a quick analysis of the frequency of these entries seem to correlate to the rate of memory growth, and that HttpRequest forms the biggest chunk of my memory usage. Is the one-liner patch applicable to both 3.1 and 3.2?