X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcontext_loop.c;fp=webcit%2Fcontext_loop.c;h=fd13b97f1151c72d14ef893391ded2f721e9c849;hp=bf3ac7def2171edb0ee1a074978670aaa492ff9e;hb=c19da2c87226fee57abdab376d09475cccb11fe5;hpb=9571de81331e169c042c630800bff1bde499c8a9 diff --git a/webcit/context_loop.c b/webcit/context_loop.c index bf3ac7def..fd13b97f1 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -603,6 +603,7 @@ void context_loop(ParsedHttpHdrs *Hdr) pthread_setspecific(MyConKey, (void *)TheSession); TheSession->inuse = 1; /* mark the session as bound */ + TheSession->isFailure = 0; /* reset evntually existing error flags */ TheSession->lastreq = now; /* log */ TheSession->Hdr = Hdr;