Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43242d02 authored by Leon Clarke's avatar Leon Clarke Committed by Android Git Automerger
Browse files

am ba74d7cc: am e861b8f9: Merge " Fix issue with authentication with flash" into eclair-mr2

Merge commit 'ba74d7cc'

* commit 'ba74d7cc':
  Fix issue with authentication with flash
parents 1bef2674 ba74d7cc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1030,6 +1030,13 @@ class LoadListener extends Handler implements EventHandler {
            return;
        }

        // If the response is an authentication and we've resent the
        // request with some credentials then don't commit the headers
        // of this response; wait for the response to the request with the
        // credentials.
        if (mAuthHeader != null)
            return;

        // Commit the headers to WebCore
        int nativeResponse = createNativeResponse();
        // The native code deletes the native response object.