From: Alex Rousskov <> Date: Wed, 5 Feb 2014 18:04:47 +0000 (+0100) Subject: Fix keepalive handling for non-ranged requests. X-Git-Tag: SQUID_3_5_0_1~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cca4292b43075fedbbfbfc1368a244e897a1a98;p=thirdparty%2Fsquid.git Fix keepalive handling for non-ranged requests. Internal keepalive flag was ignored by a mismatched interface between ClientSocketContext::socketState and writeComplete in the case of non-ranged requests. ---