diff --git a/warcprox/warcproxy.py b/warcprox/warcproxy.py index b9ed3ec..9a22545 100644 --- a/warcprox/warcproxy.py +++ b/warcprox/warcproxy.py @@ -202,6 +202,7 @@ class WarcProxyHandler(warcprox.mitmproxy.MitmProxyHandler): req += self.rfile.read(int(self.headers['Content-Length'])) prox_rec_res = None + recorded_url = None try: self.logger.debug('sending to remote server req=%s', repr(req))