Return recorded_url from _proxy_request.

This commit is contained in:
Jack Cushman 2015-10-23 15:15:45 -04:00
parent 67f2ceb717
commit 4622a6ca52

View File

@ -213,6 +213,8 @@ class WarcProxyHandler(warcprox.mitmproxy.MitmProxyHandler):
warcprox_meta=warcprox_meta)
self.server.recorded_url_q.put(recorded_url)
return recorded_url
class RecordedUrl(object):
def __init__(self, url, request_data, response_recorder, remote_ip, warcprox_meta=None):