On Thu, 2007-02-15 at 13:25 -0700, Bindul Bhowmik wrote: > On 2/14/07, Michael Becke <[EMAIL PROTECTED]> wrote: > > I'm fine with an RC release. I will also take a look at this issue. > > > > Mike > > > > On 2/14/07, Roland Weber <[EMAIL PROTECTED]> wrote: > > > Hi OLeg, > > > > > > > It looks like we have something we should look into before new release > > > > is cut > > > > > > > > https://issues.apache.org/jira/browse/HTTPCLIENT-633 > > > > > > > > 3.1-RC1 maybe? > > > > > > Yes and yes. > > > > > > If Mike doesn't find time to look into the issue, > > > I'll dig into it this week-end. > > > > > > cheers, > > > Roland > > > > > > > > All, > > An email on the user thread[1][2] got me thinking. Would it be worth > to add the <code>shutdown()</code> method to the HttpConnectionManager > interface? Two of the three implementations of the interface already > support the shutdown method. > > If there is consensus on implementing this, I could provide a patch > (and a JIRA issue) for this. > > I understand that this might break compatibility for applications > which have implemented their own connection managers. So, if the > method is introduced, is it worth getting into 3.1 or should it be > deffered until 4.0? >
Hi Bindul, An introduction of a new method to the HttpConnectionManager interface would render HttpClient 3.1 binary incompatible with HttpClient 3.x. We just can't do that. This will have to wait until 4.0 Cheers, Oleg > Regards, > Bindul > > [1]: > http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200702.mbox/[EMAIL > PROTECTED] > [2]: > http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200702.mbox/[EMAIL > PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
