Fix the auth code to enable us to i.e set DIGEST and then find out that the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jun 2004 08:45:22 +0000 (08:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jun 2004 08:45:22 +0000 (08:45 +0000)
commit80a1e972fcca1565f6f91f6c4baff52db3b45c79
treee1fd125e90af8a17a7bd82cf78ff2daa7266b237
parent5e65d48ffafb6ed42c03ed8758258159e12ec117
Fix the auth code to enable us to i.e set DIGEST and then find out that the
server doesn't require any auth at all and then we just continue nicely. We
now have an extra bit in the connection struct named 'authprobe' that is TRUE
when doing pure "HTTP authentication probing".
lib/http.c
lib/http.h
lib/urldata.h