Skip to content

Commit

Permalink
Remove stray replay-extra (#6485)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
mhils and autofix-ci[bot] committed Nov 14, 2023
1 parent 4c60300 commit 5001241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased: mitmproxy next

* Remove stray `replay-extra` from CLI status bar.
([37d62ce](https://github.com/mitmproxy/mitmproxy/commit/37d62ce73ebd57780cff5ecf8b2ee57ec7d8ab30), @mhils)


## 13 November 2023: mitmproxy 10.1.4
Expand Down
4 changes: 0 additions & 4 deletions mitmproxy/tools/console/statusbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ def get_status(self) -> list[tuple[str, str] | str]:
opts.append("showhost")
if not self.master.options.server_replay_refresh:
opts.append("norefresh")
if self.master.options.server_replay_kill_extra:
opts.append("killextra")
if self.master.options.server_replay_extra:
opts.append("replay-extra")
if not self.master.options.upstream_cert:
opts.append("no-upstream-cert")
if self.master.options.console_focus_follow:
Expand Down

0 comments on commit 5001241

Please sign in to comment.