Skip to content

Commit

Permalink
server_replay_nopop renamed to server_replay_reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
emereum committed Nov 3, 2023
1 parent c4b85b1 commit 4831cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-tape-deck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if [[ $1 == "record" ]]; then
fi

if [[ $1 == "play" ]]; then
mitmdump -S "$2.tape" --set server_replay_ignore_content=true --set server_replay_nopop=true --set server_replay_kill_extra=true "${@:3}"
mitmdump -S "$2.tape" --set server_replay_ignore_content=true --set server_replay_reuse=true --set server_replay_kill_extra=true "${@:3}"
exit 0
fi

0 comments on commit 4831cea

Please sign in to comment.