but forgot to update the assertion.
/*
- * $Id: HttpHeader.cc,v 1.72 2001/10/17 12:41:49 hno Exp $
+ * $Id: HttpHeader.cc,v 1.73 2001/10/17 21:37:28 hno Exp $
*
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
{
assert_eid(id);
assert(Headers[id].type == ftDate_1123); /* must be of an appropriate type */
- assert(time >= 0);
+ assert(htime >= 0);
httpHeaderAddEntry(hdr, httpHeaderEntryCreate(id, NULL, mkrfc1123(htime)));
}