commit | 2edcf0a3db608457f42f4e4b74aff28237b4c91b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 19 06:52:36 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 19 06:52:36 2018 -0700 |
tree | 057065cf8dbf19dfc7bb4d2f8a697f5254baed10 | |
parent | 53d1e9fad316e1404535157fe21cab8919f707c9 [diff] |
bpo-33365: print the header values beside the keys (GH-6611) with debuglevel=1 only the header keys got printed. With this change the header values get printed as well and the single header entries get '\n' as a separator. (cherry picked from commit 936f03e7fafc28fd6fdfba11d162c776b89c0167) Co-authored-by: Marco Strigl <mstrigl@suse.com>