- Fixed stuck objects from "304 Not Modified" responses without
final blank line.
- Added failure detection to icmpRecv().
+ - Fixed backwards logic in debug_trap().
Changes to squid-1.1.beta7 (October 14, 1996):
/*
- * $Id: tools.cc,v 1.74 1996/10/15 23:32:55 wessels Exp $
+ * $Id: tools.cc,v 1.75 1996/10/19 00:13:24 wessels Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
{
if (message)
fatal_common(message);
- if (opt_catch_signals)
+ if (!opt_catch_signals)
storeWriteCleanLog();
abort();
}