mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
2 changed files with 6 additions and 3 deletions
|
@ -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. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue