Hi, I think it should be icap->chunk_size == -2. In icapParseChunkSize function in common_icap.c file the icap->chunk_size set to -2 when the 0\r\n\r\n sequence parsed....
Regards, Christos Henrik Nordstrom wrote: > tor 2006-11-09 klockan 12:37 +0200 skrev Tsantilas Christos: > >> + if (icap->chunk_size < 0 ) >> + icap->flags.reqmod_http_entity_eof = 1; > > Shouldn't that be <= 0 or maybe even == 0? > > Regards > Henrik