Re: RFR: 7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases

2012-09-25 Thread Chris Hegarty
Hi Rob, Since you have limited the scope of the available() call to just requests that cannot be automatically retried (streaming POSTs), then I think this change is fine, and a useful addition. The source changes are mainly fine, just a few minor comments... - HttpClient.available()

RFR: 7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases

2012-09-20 Thread Rob McKenna
Hi folks, This one is connected to 7199219 and has an intersecting change in that we're similarly passing the httpuc from HttpURLConnection. Despite the intersection I've filed these as two separate issues because a) they are and b) I wouldn't like one to be held up by the other. The