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.