Actions
Bug #2392
closedKEEPALIVE broken in curl
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/28/2012
Due date:
% Done:
0%
Estimated time:
Description
curl has been broken since version 7.25 on DragonFly. I've bisected it down (using https://gist.github.com/3013871) to this commit:
https://github.com/bagder/curl/commit/2a266c1c7c075f9faced0248ed3f870dac1fc749
I can't find any functional difference between the code removed there and the one added on the library side in that commit's parent, so I am at loss for producing a more minimal testcase.
Current curl works fine on both OS X and Linux and I can't see any OS-specific code there so I guess this is a DragonFly problem(?).
A workaround for using curl on DragonFly is invoking it as curl --no-keepalive.
Actions