-/* $Id: http.cc,v 1.55 1996/04/17 20:58:48 wessels Exp $ */
+/* $Id: http.cc,v 1.56 1996/04/17 21:03:14 wessels Exp $ */
/*
* DEBUG: Section 11 http: HTTP
squid_error_entry(entry, ERR_NO_FDS, xstrerror());
return COMM_ERROR;
}
-
data = (HttpData *) xcalloc(1, sizeof(HttpData));
data->entry = entry;
data->req_hdr = entry->mem_obj->mime_hdr;
squid_error_entry(entry, ERR_NO_FDS, xstrerror());
return COMM_ERROR;
}
-
data = (HttpData *) xcalloc(1, sizeof(HttpData));
data->entry = entry;
data->req_hdr = req_hdr;
-/* $Id: store.cc,v 1.59 1996/04/17 20:59:32 wessels Exp $ */
-#ident "$Id: store.cc,v 1.59 1996/04/17 20:59:32 wessels Exp $"
+/* $Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $ */
+#ident "$Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $"
/*
* DEBUG: Section 20 store
sprintf(tmp_filename, "%s.new", swaplog_file);
if (rename(tmp_filename, swaplog_file) < 0) {
debug(20, 0, "storeRebuiltFromDisk: %s,%s: %s\n",
- tmp_filename, swaplog_file, xstrerror());
+ tmp_filename, swaplog_file, xstrerror());
fatal_dump("storeRebuiltFromDisk: rename failed");
}
if (file_write_unlock(swaplog_fd, swaplog_lock) != DISK_OK)