jpbarrette/curlpp

CURLOPT_TCP_KEEPALIVE option is missing

ElJaviLuki opened this issue · 3 comments

https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html exists and doing something like this:
handle.setOpt(cURLpp::Options::KeepAlive(whatever)) has no effect...

That's all.

I just added it in feature/AddTcpKeepAliveOption branch (commit 2e949a9).
But I currently have no mean to test it. Can you test it and give result ? So I will be able to merge branch in develop branch.

Hi @ElJaviLuki ,
did you test my changes ?
Thanks,

Fixed by 2e949a9