jeremyross opened a new pull request #6085:
URL: https://github.com/apache/camel/pull/6085


   This issue is caused by the fact that the Jetty client uses a single thread 
to invoke completion listeners, and camel reuses that thread (if in synchronous 
mode) for subsequent operations before returning from AsyncCallback.done(). 
Result is a deadlock.
   
   I solved this by quickly passing the Jetty response to another thread, using 
Jetty's thread pool. Would like some eyeballs on this please.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to