http_perhapsrewind: consider NTLM over proxy too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2012 22:08:29 +0000 (23:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2012 22:08:29 +0000 (23:08 +0100)
commit487538e87a3d5e1ac5874d4522a5636713054132
tree907189ef2cfeaec277bc1523ab3c0902af80fd5a
parente1fa945e7e55bf0dd2cc0de482753e00c2f36116
http_perhapsrewind: consider NTLM over proxy too

The logic previously checked for a started NTLM negotiation only for
host and not also with proxy, leading to problems doing POSTs over a
proxy NTLM that are larger than 2000 bytes. Now it includes proxy in the
check.

Bug: http://curl.haxx.se/bug/view.cgi?id=3582321
Reported by: John Suprock
lib/http.c