[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: credential caching and pool/session lifetime errors

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-11-17 00:52:24 CET

On Sun, 2003-11-16 at 18:37, Philip Martin wrote:
> Does that mean it's an error to clear the pool while the session baton
> is still in use? Isn't clearing the pool the way connections get
> closed?

Yes, it's an error to clear the pool while the session baton is still in
use, but I think you misphrased that question. The session baton is no
longer in use when the pool is cleared; the cached credentials are.
Cached credentials should be allocated in the pool of the auth baton,
not in the pool passed to svn_auth_{first,next}_credentials().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 17 00:53:15 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.