]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Merge PR 'Curl improvements'
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 27 Mar 2022 16:17:00 +0000 (02:17 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 27 Mar 2022 16:17:00 +0000 (02:17 +1000)
commit0207a10e1576d5ebe67730b5b98709383613f4df
tree0c6692d3de86cc2c0f41e4803505d3a201014e83
parent6536be64bd178fe115a12c60296b0b5d8b2ca828
parent1a711173535d4b5f4364b66177745aab165330d8
Merge PR 'Curl improvements'

Curl versions older than 7.57.0 (found on Debian Stretch and older) do
not implicitly initialize openssl, which leads https requests to fail.

In the course of debugging this issue verbose curl requests were needed,
so that has also been added as a cvar.

https://github.com/DarkPlacesEngine/darkplaces/pull/36

commits: ceaa16c78a1f43165206566d4f9c872664f7e680
1a711173535d4b5f4364b66177745aab165330d8

Signed-off-by: bones_was_here <bones_was_here@xa.org.au>