diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-05-05 13:18:52 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-05-05 13:18:52 +1200 |
commit | 9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e (patch) | |
tree | 881520c545d97d26e2b164f4106995a10d5d0911 /examples/stickycookies | |
parent | 5cd7563d1243f3944c5e111de69361643de27516 (diff) | |
download | mitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.tar.gz mitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.tar.bz2 mitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.zip |
Fix crash in client playback.
Diffstat (limited to 'examples/stickycookies')
-rwxr-xr-x | examples/stickycookies | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stickycookies b/examples/stickycookies index b07820fc..17cd6019 100755 --- a/examples/stickycookies +++ b/examples/stickycookies @@ -1,9 +1,9 @@ #!/usr/bin/env python """ - This example builds on mitmproxy's base proxying infrastructure to - implement functionality similar to the "sticky cookies" option. This is at - a lower level than the Flow mechanism, so we're dealing directly with - request and response objects. +This example builds on mitmproxy's base proxying infrastructure to +implement functionality similar to the "sticky cookies" option. This is at +a lower level than the Flow mechanism, so we're dealing directly with +request and response objects. """ from libmproxy import controller, proxy import os |