pre-1.1.9 version

From: Duane Wessels <wessels@dont-contact.us>
Date: Mon, 10 Mar 97 12:19:27 -0800

ftp://squid.nlanr.net/priv/prerelease/squid-1.1.9-src.tar.gz

Changes to squid-1.1.9 ():

        - Fixed aclIpNetworkCompare for USE_SPLAY_TREE; was applying
          netmask to non-local variable through pointer. (Ansgar
          Hockmann).
        - Eliminated timeout/lifetime duality. Now we have only a
          single timeout parameter for network connections. The
          following heuristics are used:
          * for client connections, the timeout is set to
            'read_timeout' until the request headers are recieved, then
            the timeout is disabled.
          * For HTTP/FTP/Gopher/Wais server connections, the timeout is
            extended by the 'read_timeout' after each read().
          * For SSL/passthrough, the timeout is extended by one day
            after each read().
          * For HTTP/FTP/Gopher/Wais connections where we are deferring
            the read, the timeout is set to one hour.
        - Fixed ftpget to implement CWD1,CWD2,... as per section 3.2.2
          of RFC1738.
        - Fixed FTP to use the Authorization header only when the
          usernames match.
        - Removed redundant file:// --> ftp:// check (Willy TARREAU).
        - Added config option to disable 'client_db' statistics
          collection.

Duane W.
Received on Tue Jul 29 2003 - 13:15:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:14 MST