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=7c94d5bb68f1c448770d31205ec5ae12bd8a02ed;hpb=c8c89455faeb5a76d6ee2264f497b8f790e0e392 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;