Re: Something strange in client_side.c /Re: Squid code questions from IRC/

2007-03-11 Thread Henrik Nordstrom
sön 2007-03-11 klockan 15:49 +0300 skrev Igor: from line #3512: while (t conn-in.buf xisspace(*t)) t--; while (t conn-in.buf !xisspace(*t)) t--; As far as xisspace() doesn't seem to have side-effects this code makes me guess what's going on here :) It scans the

Squid code questions from IRC

2007-03-03 Thread Henrik Nordstrom
What follows is a sorted recapture of the IRC discussions and some additional answers. (14.48.55) poige: well, code inside httpAccept() (14.49.07) poige: int *N = incoming_sockets_accepted; (14.49.08) poige: ... (14.49.21) poige: (*N)++; (14.49.27) poige: -- why that? :) (14.53.23) hno: poige: