[squid-users] squid-2.4.STABLE1: clientKeepaliveNextRequest: FD 35 Sending next

From: Andre Albsmeier <andre.albsmeier@dont-contact.us>
Date: Fri, 20 Apr 2001 14:43:16 +0200

Running squid-2.4.STABLE1 with all patches on FreeBSD-4.3, I see
the following message (with different FDs) from time to time:

clientKeepaliveNextRequest: FD 35 Sending next

Logging is set to ALL,1 (the default) so I wonder if this
means something I have to worry about or that the log
level is only a bit low. It comes from client_side.c:

         * execution will resume after the operation completes.
         */
    } else {
        debug(33, 1) ("clientKeepaliveNextRequest: FD %d Sending next\n",
            conn->fd);
        assert(entry);
        if (0 == storeClientCopyPending(http->sc, entry, http)) {
 

Thanks,

        -Andre
Received on Fri Apr 20 2001 - 06:43:20 MDT

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