Merge branch 'cs/http-use-basic-after-failed-negotiate'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:37 +0000 (14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:37 +0000 (14:35 -0700)
commit501380286295cac300dae86c3f0f6c10ff34b767
treee4bf7b3eeb49de3feceeea106cc3820d4c22f3b9
parentb2309ad822500ba2c1088800b369851fad261e77
parent1b0d9545bb85912a16b367229d414f55d140d3be
Merge branch 'cs/http-use-basic-after-failed-negotiate'

When accessing a server with a URL like https://user:pass@site/, we
did not to fall back to the basic authentication with the
credential material embedded in the URL after the "Negotiate"
authentication failed.  Now we do.

* cs/http-use-basic-after-failed-negotiate:
  remote-curl: fall back to basic auth if Negotiate fails
http.c