mirror of
https://github.com/munki/munki.git
synced 2026-04-23 13:29:26 -05:00
s/Content-Type/Content-Length/
This commit is contained in:
@@ -2435,7 +2435,7 @@ def curl(url, destinationpath, onlyifnewer=False, etag=None, resume=False,
|
||||
time.sleep(0.1)
|
||||
else:
|
||||
# Headers have finished, but not targetsize or HTTP2xx.
|
||||
# It's possible that Content-Type was not in the headers.
|
||||
# It's possible that Content-Length was not in the headers.
|
||||
time.sleep(0.1)
|
||||
|
||||
if (proc.poll() != None):
|
||||
|
||||
Reference in New Issue
Block a user