Change #271227
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Mon 15 Jun 2026 22:32:15 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | bb72413b03c8f74f1bc88c7292a53a15db74cd20 |
Comments
cf-https-connect: do not engage on proxy origin When talking to a forwarding proxy, do not start HTTPS Eyeballing. We might support this in the future, but for now, the --httpx.x arguments to do not apply to such a setup. Add a test case for forward proxying without use of ALPN. Closes #22033
Changed files
- lib/cf-https-connect.c
- tests/http/test_10_proxy.py