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

Commit a78ef6ab authored by Selim Gurun's avatar Selim Gurun Committed by android-build-merger
Browse files

Merge "Better document the ignore behavior for client cert api" into nyc-dev am: e542c490

am: daa08de3

* commit 'daa08de3':
  Better document the ignore behavior for client cert api
parents 7aae7eb4 daa08de3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -332,7 +332,9 @@ public class WebViewClient {
     * in memory (for the life of the application) if proceed() or cancel() is
     * called and does not call onReceivedClientCertRequest() again for the
     * same host and port pair. Webview does not store the response if ignore()
     * is called.
     * is called. Note that, multiple layers in chromium network stack might be
     * caching the responses, so the behavior for ignore is only a best case
     * effort.
     *
     * This method is called on the UI thread. During the callback, the
     * connection is suspended.