mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 22:48:54 +08:00
fix #2140
This commit is contained in:
@@ -78,7 +78,7 @@ class Options(optmanager.OptManager):
|
||||
"Kill extra requests during replay."
|
||||
)
|
||||
self.add_option(
|
||||
"keepserving", bool, True,
|
||||
"keepserving", bool, False,
|
||||
"Continue serving after client playback or file read."
|
||||
)
|
||||
self.add_option(
|
||||
|
||||
Reference in New Issue
Block a user