Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Dec 9, 2023
1 parent ce9e683 commit c195ea6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
* Improved handling for `--allow-hosts`/`--ignore-hosts` options in WireGuard mode (#5930).
([#6513](https://github.com/mitmproxy/mitmproxy/pull/6513), @dsphper)
* Fix a bug where TCP connections were not closed properly.
([#6543](https://github.com/mitmproxy/mitmproxy/pull/6543), @mhils)
* DNS resolution is now exempted from `--ignore-hosts` in WireGuard Mode.
([#6513](https://github.com/mitmproxy/mitmproxy/pull/6513), @dsphper)
* For plaintext traffic, `--ignore-hosts` now also takes HTTP/1 host headers into account.
Expand Down
1 change: 0 additions & 1 deletion test/mitmproxy/addons/test_clientplayback.py
Expand Up @@ -55,7 +55,6 @@ async def _handle(r, w):
@pytest.mark.parametrize("mode", ["http", "https", "upstream", "err"])
@pytest.mark.parametrize("concurrency", [-1, 1])
async def test_playback(tdata, mode, concurrency):

async def handler(reader: asyncio.StreamReader, writer: asyncio.StreamWriter):
if mode == "err":
return
Expand Down

0 comments on commit c195ea6

Please sign in to comment.