Loading core/java/android/net/http/Request.java +1 −2 Original line number Diff line number Diff line Loading @@ -417,8 +417,7 @@ class Request { } return status >= HttpStatus.SC_OK && status != HttpStatus.SC_NO_CONTENT && status != HttpStatus.SC_NOT_MODIFIED && status != HttpStatus.SC_RESET_CONTENT; && status != HttpStatus.SC_NOT_MODIFIED; } /** Loading core/java/android/webkit/LoadListener.java +2 −1 Original line number Diff line number Diff line Loading @@ -1370,7 +1370,8 @@ class LoadListener extends Handler implements EventHandler { */ private boolean ignoreCallbacks() { return (mCancelled || mAuthHeader != null || (mStatusCode > 300 && mStatusCode < 400)); // Allow 305 (Use Proxy) to call through. (mStatusCode > 300 && mStatusCode < 400 && mStatusCode != 305)); } /** Loading Loading
core/java/android/net/http/Request.java +1 −2 Original line number Diff line number Diff line Loading @@ -417,8 +417,7 @@ class Request { } return status >= HttpStatus.SC_OK && status != HttpStatus.SC_NO_CONTENT && status != HttpStatus.SC_NOT_MODIFIED && status != HttpStatus.SC_RESET_CONTENT; && status != HttpStatus.SC_NOT_MODIFIED; } /** Loading
core/java/android/webkit/LoadListener.java +2 −1 Original line number Diff line number Diff line Loading @@ -1370,7 +1370,8 @@ class LoadListener extends Handler implements EventHandler { */ private boolean ignoreCallbacks() { return (mCancelled || mAuthHeader != null || (mStatusCode > 300 && mStatusCode < 400)); // Allow 305 (Use Proxy) to call through. (mStatusCode > 300 && mStatusCode < 400 && mStatusCode != 305)); } /** Loading