Re: [PATCH] curl: add support for curl_global_trace() components
From: Jeff King <hidden>
Date: 2025-08-30 02:19:15
From: Jeff King <hidden>
Date: 2025-08-30 02:19:15
On Wed, Aug 27, 2025 at 11:21:18AM +0200, Kristoffer Haugsbakk wrote:
quoted
The config string is a list of comma-separated component names. Names are case-insensitive and unknown names are ignored. The special name "all" applies to all components. Names may be prefixed with '+' or '-' to enable or disable detailed logging for a component. The list of component names is not part of curl's public API. Names may be added or disappear in future ver‐ sions of libcurl. Since unknowns/ver‐ sions/versions/
Ugh, troff. I cut and pasted from the man page, which hyphenates, but had to re-wrap in my editor for a sane width (plus removing extra spaces due to full justification). I guess I should start using: man --no-justification --no-hyphenation for this. -Peff