On Tue, 24 Sep 2002, Nate Lawson wrote:
> There's a bit of a layering problem with the ftp/fetch semantics.  
> _fetch_close() is used to shutdown the connection (and handles reference
> counting but the connection caching is done at the ftp layer.  Either the
> connection cache should be moved to the fetch layer so open/close can deal
> with it properly (better) or the ftp layer needs to check for a ref count
> of 1 and invalidate the cache before closing it (worse).
> 
> A lot of people would really really appreciate it if someone would choose
> an approach and fix this.
> 
> -Nate

I committed the second approach in rev 1.83 of ftp.c.

-Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to