wait for ack from browser setting request headers

guessing this might fix the issue where some requests are missing the
warcprox-meta header, which results in their being written to the wrong
warc
This commit is contained in:
Noah Levitt 2017-12-27 14:43:26 -08:00
parent 1dea1f3f93
commit cc6297ef60
2 changed files with 7 additions and 4 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b12.dev274',
version='1.1b12.dev275',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',