mirror of
https://github.com/munki/munki.git
synced 2026-02-28 03:49:30 -06:00
User-Agent header if other headers are specified
This commit is contained in:
@@ -103,7 +103,6 @@ def header_dict_from_list(array):
|
||||
|
||||
if array is None:
|
||||
return header_dict
|
||||
header_dict = {}
|
||||
for item in array:
|
||||
(key, sep, value) = item.partition(':')
|
||||
if sep and value:
|
||||
|
||||
Reference in New Issue
Block a user