[Privoxy-commits] [privoxy] 13/16: Disable the forward-to-socks-proxy and forward-to-http-proxy scenarios for now
User Git
git at git.privoxy.org
Thu Oct 9 11:51:35 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 9c19aad7ddd48f4b611543a858305359a5a5621e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Sep 26 15:47:12 2025 +0200
Disable the forward-to-socks-proxy and forward-to-http-proxy scenarios for now
Since curl commit d39db811929f the port randomisation can no
longer be disabled by the injected module so the tests don't
work at the moment.
Discussion on the curl library mailinglist didn't result in
a solution [0].
[0]: https://curl.se/mail/lib-2025-08/0000.html
---
tests/cts/forward-to-http-proxy/{privoxy.conf => privoxy.conf.disabled} | 0
tests/cts/forward-to-socks-proxy/{privoxy.conf => privoxy.conf.disabled} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/tests/cts/forward-to-http-proxy/privoxy.conf b/tests/cts/forward-to-http-proxy/privoxy.conf.disabled
similarity index 100%
rename from tests/cts/forward-to-http-proxy/privoxy.conf
rename to tests/cts/forward-to-http-proxy/privoxy.conf.disabled
diff --git a/tests/cts/forward-to-socks-proxy/privoxy.conf b/tests/cts/forward-to-socks-proxy/privoxy.conf.disabled
similarity index 100%
rename from tests/cts/forward-to-socks-proxy/privoxy.conf
rename to tests/cts/forward-to-socks-proxy/privoxy.conf.disabled
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list