mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
close open warcs at shutdown
This commit is contained in:
parent
4b53c10132
commit
de327450ea
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.4b1.dev139',
|
version='2.4b1.dev140',
|
||||||
description='WARC writing MITM HTTP/S proxy',
|
description='WARC writing MITM HTTP/S proxy',
|
||||||
url='https://github.com/internetarchive/warcprox',
|
url='https://github.com/internetarchive/warcprox',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
@ -89,3 +89,7 @@ class WarcWriterThread(warcprox.BaseStandardPostfetchProcessor):
|
|||||||
recorded_url.method, recorded_url.url.decode("utf-8"),
|
recorded_url.method, recorded_url.url.decode("utf-8"),
|
||||||
recorded_url.mimetype, recorded_url.size, payload_digest,
|
recorded_url.mimetype, recorded_url.size, payload_digest,
|
||||||
type_, filename, offset)
|
type_, filename, offset)
|
||||||
|
|
||||||
|
def _shutdown(self):
|
||||||
|
self.writer_pool.close_writers()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user