From: Moriyoshi Koizumi <mozo@mozo•jp>
To: Johannes Sixt <j.sixt@viscovery•net>
Cc: git@vger•kernel.org
Subject: Re: [PATCH] Support various HTTP authentication methods
Date: Thu, 29 Jan 2009 23:02:14 +0900 [thread overview]
Message-ID: <4981B6E6.6020502@mozo.jp> (raw)
In-Reply-To: <4981826D.507@viscovery.net>
Johannes Sixt wrote:
> Moriyoshi Koizumi schrieb:
>> @@ -210,6 +272,20 @@ static CURL* get_curl_handle(void)
>> if (curl_http_proxy)
>> curl_easy_setopt(result, CURLOPT_PROXY, curl_http_proxy);
>
> CURLOPT_PROXY is set here...
As I wrote in the previous post, this part was from the original.
>
>>
>> + if (curl_http_auth) {
>> + long n = get_curl_auth_bitmask(curl_http_auth);
>> + curl_easy_setopt(result, CURLOPT_HTTPAUTH, n);
>> + }
> ... and here again. Is that necessary?
What part do you mean by that?
Regards,
Moriyoshi
next prev parent reply other threads:[~2009-01-29 13:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 9:32 [PATCH] Support various HTTP authentication methods Moriyoshi Koizumi
2009-01-29 10:08 ` Junio C Hamano
2009-01-29 13:59 ` Moriyoshi Koizumi
2009-02-02 4:09 ` Moriyoshi Koizumi
2009-02-02 6:31 ` Junio C Hamano
2009-02-02 6:31 ` Junio C Hamano
2009-02-02 6:31 ` [PATCH 1/2] http.c: fix various style violations Junio C Hamano
2009-02-02 6:31 ` [PATCH 2/2] Support various HTTP authentication methods Junio C Hamano
2009-02-04 18:51 ` Aristotle Pagaltzis
2009-02-04 22:09 ` Daniel Stenberg
2009-02-04 23:25 ` Aristotle Pagaltzis
2009-02-05 8:11 ` Daniel Stenberg
2009-02-02 8:38 ` [PATCH] " Moriyoshi Koizumi
2009-01-29 10:18 ` Johannes Sixt
2009-01-29 14:02 ` Moriyoshi Koizumi [this message]
2009-01-29 14:08 ` Johannes Sixt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4981B6E6.6020502@mozo.jp \
--to=mozo@mozo$(echo .)jp \
--cc=git@vger$(echo .)kernel.org \
--cc=j.sixt@viscovery$(echo .)net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox