]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Use DEBUGINFOD_TIMEOUT as seconds to get at least 100K.
authorMark Wielaard <mark@klomp.org>
Thu, 2 Jan 2020 16:02:42 +0000 (17:02 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 9 Jan 2020 23:12:00 +0000 (00:12 +0100)
commitb8d85ed024a745cff05e56c6337d95d654d5294a
tree1c3fb3800c51654f54f887618a6e2cc90d52c5b6
parent288c76775f2d27976eb269e568b53c742d973dbc
debuginfod: Use DEBUGINFOD_TIMEOUT as seconds to get at least 100K.

Use just one timeout using CURLOPT_LOW_SPEED_TIME (default 90 seconds)
and CURLOPT_LOW_SPEED_LIMIT (100K).

Signed-off-by: Mark Wielaard <mark@klomp.org>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c
doc/ChangeLog
doc/debuginfod-find.1
doc/debuginfod.8
doc/debuginfod_find_debuginfo.3
tests/ChangeLog
tests/run-debuginfod-find.sh