SolidWallOfCode commented on issue #7055: URL: https://github.com/apache/trafficserver/issues/7055#issuecomment-969550453
I suspect the problem is that `curl` does proxying for HTTP and HTTPS different. In the first case `curl` does a TLS connect and sends the `PUSH`. If the `-x` or `--proxy` option is used with an HTTPS proxy then `curl` will send a `CONNECT` to the proxy and then send a `PUSH` to the upstream. Presuming "example.com" isn't ATS, then neither `curl` actually connects to ATS. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
