Skip to content

Fix concurrent HTTP request with ExternalAuthModule

Anthony Gauchy requested to merge fix/external_auth_http into master

ExternalAuthModule used to send multiples HTTP requests on the same connection without waiting for the previous request answer, the sofia-sip HTTP client does not support this behaviour correctly.

With this fix every request wait for the previous request response handling before being send.

Merge request reports