headers = {}
if response.headers.hasHeader('last-modified'):
headers['last-modified'] = response.headers.getHeader('last-modified')
- resp = Response(200, {}, self.stream)
+ resp = Response(200, headers, self.stream)
df.callback(resp)
# Read the response stream to the file
pkgInitialize "false"; // This one will dump the configuration space
NoLocking "false";
Acquire::Ftp "false"; // Show ftp command traffic
- Acquire::Http "true"; // Show http command traffic
+ Acquire::Http "false"; // Show http command traffic
Acquire::gpgv "false"; // Show the gpgv traffic
aptcdrom "false"; // Show found package files
IdentCdrom "false";