Skip to content
Snippets Groups Projects
  1. Jan 06, 2011
  2. Dec 23, 2010
  3. Dec 22, 2010
  4. Dec 21, 2010
  5. Dec 20, 2010
  6. Dec 16, 2010
  7. Dec 02, 2010
  8. Nov 22, 2010
  9. Nov 20, 2010
  10. Nov 18, 2010
  11. Nov 17, 2010
  12. Nov 16, 2010
  13. Nov 15, 2010
  14. Oct 29, 2010
  15. Oct 28, 2010
  16. Oct 27, 2010
  17. Oct 25, 2010
  18. Oct 20, 2010
  19. Oct 19, 2010
  20. Oct 18, 2010
  21. Oct 17, 2010
  22. Oct 14, 2010
  23. Oct 08, 2010
  24. Oct 07, 2010
  25. Sep 29, 2010
    • cbentzel@chromium.org's avatar
      HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. · f660e4be
      cbentzel@chromium.org authored
      Previously the default registry factory would crash if it saw a Negotiate header when trying to do a CNAME lookup because of a NULL resolver. Since then I've changed HttpAuthHandlerNegotiate to skip the CNAME lookup step when the resolver_ is NULL.
      
      So, one option is to make CreateDefault accept an optional HostResolver argument. My concern is that since passing in NULL is the easier choice, people will do it and encounter user problems when going through a Negotiate proxy. Hence, I force the correct behavior.
      
      BUG=56819
      TEST=net_unittests, try fetch client through a Negotiate authenticating proxy.
      
      Review URL: http://codereview.chromium.org/3518001
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60942 0039d316-1c4b-4281-b951-d872f2087c98
      f660e4be
  26. Sep 25, 2010
Loading