- From: Steinar Bang <sb@metis.no>
- Date: 17 Aug 1999 14:30:31 +0200
- To: www-lib@w3.org
In version 2.7 of HTSChunk.c: ... PUBLIC HTStream * HTStreamToChunk (HTRequest * request, HTChunk ** chunk, int max_size) { ... me->max_size = (!max_size) ? max_size : HT_MAXSIZE; ... If the max_size parameter is 0, then me->max_size becomes 0, otherwise it becomes HT_MAXSIZE. That doesn't seem very meaningful, so I'm wondering if the logical negation should be removed...?
Received on Tuesday, 17 August 1999 08:30:35 UTC