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'.
+ - Pid file now rewritten on SIGHUP.
Changes to Squid-2.1 (November 16, 1998):
/*
- * $Id: main.cc,v 1.284 1999/01/13 23:24:14 wessels Exp $
+ * $Id: main.cc,v 1.285 1999/01/16 00:03:39 glenn Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
debug(1, 1) ("ICP port disabled in httpd_accelerator mode\n");
}
storeDirOpenSwapLogs();
+ writePidFile(); /* write PID file */
debug(1, 1) ("Ready to serve requests.\n");
reconfiguring = 0;
}