Thanks Oleg,

I will update my code and test with the new builds to see if we are all ok

regards
asankha

Oleg Kalnichevski wrote:
Hi Asankha,

I just want to let you I updated the HttpCore NIO snapshots in the
Maven2 repository. There has been a number of bug fixes and a few minor
API changes and lots of changes in the HTTP service components (which
may be of little interest to you since you are mostly using lower level
protocol components). There is only one place we I needed to tweak
Synapse code a little. All tests pass for me. 

Please find attach the patch attached to this message.

Cheers

Oleg
  

Index: modules/nhttp/src/org/apache/axis2/transport/nhttp/ClientHandler.java =================================================================== --- modules/nhttp/src/org/apache/axis2/transport/nhttp/ClientHandler.java (revision 501184) +++ modules/nhttp/src/org/apache/axis2/transport/nhttp/ClientHandler.java (working copy) @@ -91,6 +91,10 @@ new DefaultThreadFactory(new ThreadGroup("Client Worker thread group"), "HttpClientWorker")); } + public void requestReady(final NHttpClientConnection conn) { + // The connection is ready for submission of a new request + } + /** * Submit a new request over an already established connection, which has been * 'kept alive'

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to