handle case where websocket connection is unexpectedly closed during the post-behavior phase

This commit is contained in:
Noah Levitt 2016-07-06 18:17:01 -05:00
parent 3bf3c80720
commit c6e6b34e82
2 changed files with 30 additions and 10 deletions

View file

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1b3.dev49',
version='1.1b3.dev50',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',