]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed SMP cache mgr request handling.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 2 Jan 2013 18:50:24 +0000 (11:50 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 2 Jan 2013 18:50:24 +0000 (11:50 -0700)
commitd1a254b71662fe79bc906d0ab2e7fd87c526fe7b
tree8836a660f339e321fa5590446ba26f79ea1d338b
parent72841dbbd798ba8cc4a29591376950bc0d3f47ef
Fixed SMP cache mgr request handling.

Coordinator could not successfully parse any SMP cache manager request since
r12410 "Polish: Http::MethodType upgrade" because the parsing code assumed the
presence of the request method ID field that was no longer added by the
request packing code.
src/mgr/ActionParams.cc