On Sun, 6 Oct 2013, Ilari Liusvaara wrote:

GSS-Negotiate authentication always requires a rewind with CURL.

Isn't 'Expect: 100-Continue' meant for stuff like this (not that it is always supported properly)?

Yes it is and libcurl uses 100-Continue by default for that purpose. But the harsh reality is that lots of (most?) servers just don't care and aren't setup to respond properly and instead we end up having to send data multiple times in vain.

--

 / daniel.haxx.se
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to