Thanks Hugh for the feedback!
On Wed, Jan 20, 2016 at 5:34 PM, Hugh Waite notifications@github.com wrote:
Thanks for this module - a very useful feature! I have a couple of use cases for curl/async_http which are possibly off topic (major enhancements), I mention them here so that if any redesign/code sharing happens they are taken into account.
- Sending asynchronous queries without suspending main transaction
important
- e.g. for sending logging/notifications where result is not
- would run an event_route on response so stats etc. can be updated
This is a good idea and should be not too hard to implement with the
current architecture, I'll have a look and try to have it implemented in the first release.
- Streaming multiple requests to the same destination
- Avoid TLS handshake overhead for every request
This also is an excellent suggestion, but not so easy to implement
currently :) I'll put in the module's TODO list.
Again, thanks for the feedback.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/480#issuecomment-173476074