Skip to content

Commit

Permalink
Update http-reply-from-proxy.py (#6117)
Browse files Browse the repository at this point in the history
* Update http-reply-from-proxy.py

Fix #6115

* Update CHANGELOG.md

Add one line to unreleased mitmproxy next

* Update CHANGELOG.md

Correct reference to PR

---------

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
  • Loading branch information
Semnodime and mhils committed Jul 2, 2023
1 parent 0186145 commit fd01a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

* Change wording in the [http-reply-from-proxy.py example](https://github.com/mitmproxy/mitmproxy/blob/main/examples/addons/http-reply-from-proxy.py).
([#6117](https://github.com/mitmproxy/mitmproxy/pull/6117), @Semnodime)
* Added option to specify an elliptic curve for key exchange between mitmproxy <-> server
([#6170](https://github.com/mitmproxy/mitmproxy/pull/6170), @Mike-Ki-ASD)
* Add "Prettier" code linting tool to mitmweb.
Expand Down
2 changes: 1 addition & 1 deletion examples/addons/http-reply-from-proxy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Send a reply from the proxy without sending any data to the remote server."""
"""Send a reply from the proxy without sending the request to the remote server."""
from mitmproxy import http


Expand Down

0 comments on commit fd01a0a

Please sign in to comment.