summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2021-12-08 22:41:47 -0500
committerFrank Ch. Eigler <fche@redhat.com>2021-12-10 14:00:29 -0500
commit80ea3cf328eb94fd78e494d0128561f53e20114d (patch)
tree942346048fbe1ebfe3055286e98e964b45cf3dfc /NEWS
parent78ecba0926216e0ad90b71f789636d1e0a9777ca (diff)
downloadelfutils-80ea3cf328eb94fd78e494d0128561f53e20114d.tar.gz
PR28661: debuginfo connection thread pool support
Add an option -C, which activates libmicrohttpd's thread-pool mode for handling incoming http connections. Add libmicrohttpd error-logging callback function so as to receive indication of its internal errors, and relay counts to our metrics. Some of these internal errors tipped us off to a microhttpd bug that thread pooling works around. Document in debuginfod.8 page. Hand-tested against "ulimit -u NNN" shells, and with a less strenuous new test case. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 490932ae..6be58866 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 0.187 after 0.186
+
+debuginfod: Support -C option for connection thread pooling.
+
+
Version 0.186
debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files