Re: [sr-dev] [kamailio/kamailio] core: Improve handling of async-signal-unsafe code in signal handler (#2127)

2019-11-16 Thread Guillem Jover
Hey @henningw, actually it should not really remove the reporting during shutdown, as that is usually (when not using -D) handled by the handle_sigs() on the main_loop(). This pretty much affects only the children that get signals. This still leaves the -D usage on the main process as unsafe,

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-16 Thread Federico Cabiddu
@grumvalski pushed 1 commit. 17be36102e3a1c286c69a5da193dd8405000ab62 core: add support for parsing http/2 replies parsing -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] keepalive : added new function del_destination and added .cfg functions (#2133)

2019-11-16 Thread Yasin CANER
There is two issue, - I couldn't decide how to clean old address that passed counter, cleaning with a timer thread or when counter passed limit . - When address is a tcp connection , callback cant catch state. how to solve this problem? After reviews , i will add doc for functions. -- You

[sr-dev] [kamailio/kamailio] keepalive : added new function del_destination and added .cfg functions (#2133)

2019-11-16 Thread Yasin CANER
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable