diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/nonblocking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nonblocking.py b/examples/nonblocking.py index ed8cc7c9..9a131b32 100644 --- a/examples/nonblocking.py +++ b/examples/nonblocking.py @@ -5,4 +5,4 @@ from libmproxy.script import concurrent def request(context, flow): print "handle request: %s%s" % (flow.request.host, flow.request.path) time.sleep(5) - print "start request: %s%s" % (flow.request.host, flow.request.path)
\ No newline at end of file + print "start request: %s%s" % (flow.request.host, flow.request.path) |