On Wed, Oct 30, 2013 at 10:40:30PM +, brian m. carlson wrote:
> If you would split it out, that would be great. Then I'll simply rebase
> my patch on top of yours and go from there.
I just included your patch on top, since it was the residue left over
after committing my refactoring. Please
On Wed, Oct 30, 2013 at 04:45:10AM -0400, Jeff King wrote:
> However, we do reuse the curl handles. And in the case of rpc case, we
> are only doing one request at a time, so the handle you get is
> guaranteed to be the last one used. So it works in practice, but it
> would break if the curl handl
On Tue, Oct 29, 2013 at 02:36:37AM +, brian m. carlson wrote:
> if (large_request) {
> + long authtype = 0;
> +
Minor nit, but this will produce an unused variable warning if the code
in the #if below doesn't get compiled. I don't know how much we care.
> +#if LIBCURL_VERSI
3 matches
Mail list logo