From: wessels <> Date: Sat, 9 Jan 1999 04:14:49 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2446 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1743c283d3efd0b40d2cbc1512b88e4561246261;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 103dc0b93e..d59a050ae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,13 @@ Changes to Squid-2.2 (): manager stats. - Added "-k parse" command line option: parses the config file but does not send a signal unlike other -k options. + - Revamped storeAbort() calling. Only store_client.c has all + the right information to determine if the request should + be aborted. Now client and server modules just storeUnregister + without ever needing to call storeAbort. In conjunction with + this change, we have to add a special check that comm_close() + doesn't close a FD while the read/write handler for that FD + is still being serviced. See 'current_hdl_fd'. Changes to Squid-2.1 (November 16, 1998):