Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 15455 invoked by uid 98); 4 Dec 2002 23:36:38 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 15401 invoked from network); 4 Dec 2002 23:36:36 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 4 Dec 2002 23:36:36 -0000 Received: (qmail 90763 invoked by uid 500); 4 Dec 2002 23:35:24 -0000 Received: (qmail 90755 invoked from network); 4 Dec 2002 23:35:24 -0000 Received: from beetlesnuff.isisnetworks.net (66.95.228.42) by daedalus.apache.org with SMTP; 4 Dec 2002 23:35:24 -0000 Received: from isisnetworks.net (vimana.isisnetworks.net [192.168.42.142]) by beetlesnuff.isisnetworks.net (Postfix) with ESMTP id A32356FA31 for ; Wed, 4 Dec 2002 18:35:29 -0500 (EST) Message-ID: <3DEE9140.50104@isisnetworks.net> Date: Wed, 04 Dec 2002 18:35:28 -0500 From: Ryan Hoegg User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: [PATCH] close on input streams handled properly - redux References: <139D88A8-07DF-11D7-98F7-00306557E112@u.washington.edu> <3DEE9077.4070908@tibco.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Small informal spelling patch: - insureConnectionRelease() + ensureConnectionRelease() :) -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Eric Johnson wrote: > ... > * after a bunch of returns, execute() finally checks the > doneWithConnection flag, and calls insureConnectionRelease(), > which calls releaseConnection() as you would hope. > > Hope that helps clarify what is happening. > > -Eric