Martin Storsj? <martin@xxxxxxxxx> wrote: > When using multi-pass authentication methods, the curl library may need > to rewind the read buffers used for providing data to HTTP POST, if data > has been output before a 401 error is received. In theory, since the cURL session stays active, we would have received the 401 authentication error during the initial "GET $GIT_DIR/info/refs?service=git-$service" request, and the subsequent "POST $GIT_DIR/git-$service" requests would automatically include the authentication data. That's theory. Reality doesn't always agree with my theories. :-) > remote-curl.c | 30 ++++++++++++++++++++++++++++++ > 1 files changed, 30 insertions(+), 0 deletions(-) Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html