<div dir="ltr"><div><div><div><div></div><b>Commit message</b><br>Revert: old http: fix leak on reconnect<br><br>Do not reinitialized the auth state machine at every connection because it breaks digest authentication.<br><br><b>Explanation</b></div>This patch fixes digest authentication by reverting a leak fix that seems to have introduced this bug. By reinitializing the auth every connection, it is not possible to retain information about the digest, which causes the call to vlc_http_auth_FormatAuthorizationHeader in modules/access/http.c to default to Basic Authentication, which always causes a 401.<br><br></div>Please refer to <a href="https://code.videolan.org/videolan/vlc-android/-/issues/1412" target="_blank">this issue</a> for more information.<br></div></div>