From: wessels <> Date: Sat, 14 Sep 1996 05:17:12 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c5cabe171c00b5b08ab2a4ebee93314ee6bfad8;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 7648e3d632..6c5489188f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Changes to squid-1.1.beta2 (: + + - Added setting cachemgr.cgi fields from query string + (Neil Murray). + - Split log type TCP_IFMODSINCE into TCP_IMS_HIT and + TCP_IMS_MISS + - Replaced proto_hit() and proto_miss() with proto_count() + which looks at log_type argument to calcultate hits + and misses. + - Split CacheInfo into HTTPCacheInfo and ICPCacheInfo. + - Placed call to proto_count() just after log_append() + so we only need it in one place. + - Made a lot of proto.c functions static and added prototypes. + Changes to squid-1.1.beta1 (September 12, 1996): - Fixed stupid coredump bug in storeGetSwapSpace(). diff --git a/scripts/udp-banger.pl b/scripts/udp-banger.pl index 85b5f8337c..bd6d69228a 100755 --- a/scripts/udp-banger.pl +++ b/scripts/udp-banger.pl @@ -39,7 +39,7 @@ $port=(shift || '3130') ; "ICP_OP_UNUSED6", "ICP_OP_UNUSED7", "ICP_OP_UNUSED8", - "ICP_OP_UNUSED9", + "UDP_RELOADING", "UDP_DENIED", "UDP_HIT_OBJ", "ICP_END" @@ -62,7 +62,7 @@ die "socket: $!\n" unless while (<>) { chop; $request_template = 'CCnx4Nx4x4a4a' . length; - $request = pack($request_template, 1, 1, 24 + length, ~0, $myip, $_); + $request = pack($request_template, 1, 2, 24 + length, ~0, $myip, $_); die "send: $!\n" unless send(SOCK, $request, 0, $them); die "recv: $!\n" unless