Hi All, I am trying to make JAXRS clients works with HttpAsyncClient. I have configured my client as described on this page : http://cxf.apache.org/docs/asynchronous-client-http-transport.html.
CXF is using HttpAsyncClient for each request, I can see it in the application logs 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 : ----- William -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-JAXRS-Client-HttpAsyncClient-and-KeepAlive-tp5747402.html Sent from the cxf-user mailing list archive at Nabble.com.
