Re: [PATCH] http-push.c: make CURLOPT_IOCTLDATA a usable pointer

2014-07-11 Thread Jeff King
On Sat, Jul 05, 2014 at 08:43:48PM -0400, Abbaad Haider wrote: Fixes a small bug affecting push to remotes which use some sort of multi-pass authentication. In particular the bug affected SabreDAV as configured by Box.com [1]. Thanks. This looks like it was caused by the refactor in ebaaf31

[PATCH] http-push.c: make CURLOPT_IOCTLDATA a usable pointer

2014-07-05 Thread Abbaad Haider
Fixes a small bug affecting push to remotes which use some sort of multi-pass authentication. In particular the bug affected SabreDAV as configured by Box.com [1]. It must be a weird server configuration for the bug to have survived this long. Someone should write a test for it. [1]