CURLOPT_TCP_KEEPALIVE option is missing
ElJaviLuki opened this issue · 3 comments
ElJaviLuki commented
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.
sgallou commented
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.
sgallou commented
Hi @ElJaviLuki ,
did you test my changes ?
Thanks,