]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix assert with side effects in ServerStateData::handleAdaptedHeader
authorNathan Hoad <nathan@getoffmalawn.com>
Fri, 26 Jul 2013 12:39:59 +0000 (06:39 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 12:39:59 +0000 (06:39 -0600)
commitd1ffd036a2d749a80aad1d0e28f87f95e7f9167a
tree967b6c30eaf1ce79811719879c0eaba939b99d69
parent98505b04b9fc66bc4f724bf9524a3d8e21fc7294
Fix assert with side effects in ServerStateData::handleAdaptedHeader

setConsumerIfNotLate conditionally schedules some async calls, so the
call definitely shouldn't be removed by the precompiler.
src/Server.cc