Re: ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-10 Thread Poonam Chawla
ki mailto:ol...@apache.org>> wrote: On Fri, 2016-06-10 at 14:15 +, Poonam Chawla wrote: Hello Oleg, I am using Apache HttpAsycnClient 4.1 and I noticed that the connections are not released on calling close. Here is what I am trying to do: (Please note that it is not a compileable code

ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-10 Thread Poonam Chawla
Hello Oleg, I am using Apache HttpAsycnClient 4.1 and I noticed that the connections are not released on calling close. Here is what I am trying to do: (Please note that it is not a compileable code as I had to remove lines that are internal to my company). - Create CloseableHttpAsyncClient Cl

Sporadic ConcurrentModificationException

2015-12-03 Thread Poonam Chawla
Hi, I am sending multiple HTTP requests at the same time to a local server and sporadically encounters this exception. com.mathworks.apache.http.impl.nio.client.LoggingAsyncRequestExecutor exception SEVERE: http-outgoing-5 [ACTIVE] HTTP protocol exception: null java.util.ConcurrentModificationEx

RE: HttpAsyncRequestExecutor : HTTP protocol exception: null

2015-10-19 Thread Poonam Chawla
-18 at 18:09 +, Poonam Chawla wrote: > > Hi Oleg, > > Thank you so much for a quick response. > > It seems like upgrading the HttpAsyncClient version to 4.1 requires upgrading > all the other jars as well. > https://hc.apache.org/httpcomponents-asyncclie

RE: HttpAsyncRequestExecutor : HTTP protocol exception: null

2015-10-18 Thread Poonam Chawla
: HttpClient User Discussion Subject: Re: HttpAsyncRequestExecutor : HTTP protocol exception: null On Sun, 2015-10-18 at 01:24 +, Poonam Chawla wrote: > Hello, > > We are using HttpAsyncClient underneath our custom client object to send > requests to a production server. The client obje

HttpAsyncRequestExecutor : HTTP protocol exception: null

2015-10-17 Thread Poonam Chawla
Hello, We are using HttpAsyncClient underneath our custom client object to send requests to a production server. The client object might get closed while there are pending requests on the server. If that happens, we would like to abort all the pending requests and shutdown the httpasyncclient.

RE: Apache HTTP Client fails to return 404 for a non-existing file.

2013-04-30 Thread Poonam Chawla
, April 30, 2013 2:54 PM To: HttpClient User Discussion Subject: Re: Apache HTTP Client fails to return 404 for a non-existing file. On Tue, 2013-04-30 at 18:09 +, Poonam Chawla wrote: > Hello Oleg, > > Here are the logs: > > SUCCESS LOG (Wire + Context) > > 2013/04/30 14

RE: Apache HTTP Client fails to return 404 for a non-existing file.

2013-04-30 Thread Poonam Chawla
-1 0.0.0.0:53452<->172.28.9.108:9910[CLOSED][]: Shutdown 2013/04/30 14:06:45:890 EDT [DEBUG] IOSessionImpl - http-outgoing-1 0.0.0.0:53452<->172.28.9.108:9910[CLOSED][]: Shutdown 2013/04/30 14:06:45:890 EDT [DEBUG] HttpAsyncRequestExecutor - http-outgoing-1 [CLOSED]: Disconnected 2013/04/30

RE: Apache HTTP Client fails to return 404 for a non-existing file.

2013-04-30 Thread Poonam Chawla
: HttpClient User Discussion Subject: Re: Apache HTTP Client fails to return 404 for a non-existing file. On Mon, 2013-04-29 at 15:00 +, Poonam Chawla wrote: > Hello, > > I am working with Apache's HTTP async client and have encountered a possible > bug (race condition). >

RE: Apache HTTP Client fails to return 404 for a non-existing file.

2013-04-30 Thread Poonam Chawla
fails to return 404 for a non-existing file. On Mon, 2013-04-29 at 15:00 +, Poonam Chawla wrote: > Hello, > > I am working with Apache's HTTP async client and have encountered a possible > bug (race condition). > > PROBLEM: > While accessing a nonexistent file on

Apache HTTP Client fails to return 404 for a non-existing file.

2013-04-29 Thread Poonam Chawla
Hello, I am working with Apache's HTTP async client and have encountered a possible bug (race condition). PROBLEM: While accessing a nonexistent file on the server, I would ALWAYS expect to receive a "404 : component not found" error message. However, the behavior is sporadic. Sometimes I rec