On Tue, 2014-08-05 at 09:54 -0700, WillD wrote: > Hi All, > > I am using HttpAsyncClient with CXF proxy clients as described here : > http://cxf.apache.org/docs/asynchronous-client-http-transport.html. > > It works but the connection is closed everytime a request is made (keepalive > is not used). > > I am requesting a rest service managed by CXF in a Tomcat 7 server where > keepalive is active (HTTP 1.1 connector). > > Does anyone have the same issue ? > > Thanks > > Here are the logs of HTTP client : > >
What version of HttpAsyncClient are you using? If it is older than 4.0.1 please make sure to upgrade to 4.0.1 or newer. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
