diff options
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r-- | net/http/http_network_transaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index 277df2a..d97d2d78 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h @@ -290,6 +290,8 @@ class HttpNetworkTransaction : public HttpTransaction { // The following three auth members are arrays of size two -- index 0 is // for the proxy server, and index 1 is for the origin server. // Use the enum HttpAuth::Target to index into them. + // TODO(cbentzel): Just use explicit proxy_auth_handler_ and + // server_auth_handler_ and move identity into the handler directly. // auth_handler encapsulates the logic for the particular auth-scheme. // This includes the challenge's parameters. If NULL, then there is no |