Update http-reply-from-proxy.py (#6117)

* 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>
This commit is contained in:
Semnodime 2023-07-02 12:55:33 +02:00 committed by GitHub
parent 0186145035
commit fd01a0aa95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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