Re: Closing HTTP connection of indefinite length

2016-08-30 Thread Steven Schlansker
Thanks for the leads -- more questions inline. > On Aug 30, 2016, at 11:36 AM, Oleg Kalnichevski <ol...@apache.org> wrote: > > On Mon, 2016-08-29 at 13:49 -0700, Steven Schlansker wrote: >> Hi httpclient-users, >> >> I am using HttpClient 4.5.2 / HttpCor

Closing HTTP connection of indefinite length

2016-08-29 Thread Steven Schlansker
Hi httpclient-users, I am using HttpClient 4.5.2 / HttpCore 4.4.5 to connect to a streaming endpoint. The endpoint returns chunked records essentially forever. My application consumes these never ending records until an operator signals it to stop. The code looks something like: try