]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
log timeouts
authorwessels <>
Tue, 26 May 1998 21:30:11 +0000 (21:30 +0000)
committerwessels <>
Tue, 26 May 1998 21:30:11 +0000 (21:30 +0000)
test-suite/tcp-banger2.c

index 818fbebb5a57e713b4ced0e2eedfb811b11c971e..c4beb4b23750a508a24d040edb8fe9ae01dca58c 100644 (file)
@@ -444,6 +444,7 @@ main(argc, argv)
            if (FD[i].cb == NULL)
                continue;
            if (now.tv_sec - FD[i].start > lifetime) {
+               fprintf(stderr, "WARNING: fd %d lifetime timeout\n", i);
                fd_close(i);
                continue;
            }