bneradt opened a new pull request #7834: URL: https://github.com/apache/trafficserver/pull/7834
I ran the AuTest suite with a recent development version of curl and noticed that the proxy_protocol.test.py test was skipped because it thought that the built curl version didn't have haproxy-protocol support. It did have this support, but that version of curl didn't show that option in the brief `--help` output but it was shown if `--help all` was used. This change makes checking curl feature support use `--help all` for all feature requests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
