]> granicus.if.org Git - curl/commit
negotiation: Wrong proxy authorization
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2010 20:19:38 +0000 (22:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2010 20:26:52 +0000 (22:26 +0200)
commit13b8fc46a3fd6b202a7f2df5f9aff4f26fe6c4db
tree1dddad218ea07f0eb78a1dedd47876f420612970
parent9f4a174698974829cea2dde1fcd598ab6d401b0d
negotiation: Wrong proxy authorization

There's an error in http_negotiation.c where a mistake is using only
userpwd even for proxy requests. Ludek provided a patch, but I decided
to write the fix slightly different using his patch as inspiration.

Reported by: Ludek Finstrle
Bug: http://curl.haxx.se/bug/view.cgi?id=3046066
lib/http_negotiate.c