Hi, On 06.01.2014 10:42, Robert Dahlem wrote:
> If not: is this the thing to do with a private patch? > > proto_http.c / http_sess_clflog() > -err = (s->flags & (SN_ERR_MASK | SN_REDISP)) || > +err = (s->flags & ((SN_ERR_MASK & ~SN_ERR_CLITO) | SN_REDISP)) || Actually, http_sess_log() would be the better place to do that. Kind regards, Robert

