mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
dirmngr: Implement debug option "network" for http.
* dirmngr/dirmngr.c (parse_rereadable_options): Set http debugging. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
02ab4b0085
commit
da894c48ec
@ -651,6 +651,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread)
|
||||
}
|
||||
|
||||
set_dns_verbose (opt.verbose, !!DBG_DNS);
|
||||
http_set_verbose (opt.verbose, !!DBG_NETWORK);
|
||||
|
||||
return 1; /* Handled. */
|
||||
}
|
||||
|
@ -198,9 +198,11 @@ however carefully selected to best aid in debugging.
|
||||
|
||||
@item --debug @var{flags}
|
||||
@opindex debug
|
||||
This option is only useful for debugging and the behavior may change at
|
||||
any time without notice. FLAGS are bit encoded and may be given in
|
||||
usual C-Syntax.
|
||||
Set debugging flags. This option is only useful for debugging and its
|
||||
behavior may change with a new release. All flags are or-ed and may
|
||||
be given in C syntax (e.g. 0x0042) or as a comma separated list of
|
||||
flag names. To get a list of all supported flags the single word
|
||||
"help" can be used.
|
||||
|
||||
@item --debug-all
|
||||
@opindex debug-all
|
||||
|
Loading…
x
Reference in New Issue
Block a user