maskit commented on issue #9089:
URL: https://github.com/apache/trafficserver/issues/9089#issuecomment-1248770575

   I couldn't check that because my curl, which is pretty new, doesn't support 
HTTP/2 prior knowledge for proxy.
   ```
   $ curl --http2-prior-knowledge -v -x http://localhost:8888/ 
http://foo.example
   *   Trying 127.0.0.1:8888...
   * Connected to localhost (127.0.0.1) port 8888 (#0)
   * Ignoring HTTP/2 prior knowledge due to proxy
   > GET http://foo.example/ HTTP/1.1
   > Host: foo.example
   > User-Agent: curl/7.84.0-DEV
   > Accept: */*
   > Proxy-Connection: Keep-Alive
   > 
   ```
   
   And I don't think forward proxying on HTTP/2 is supported, even on HTTPS 
connections. I'm not going to say we never support it, but I'd say it probably 
won't be supported. Pull Request is welcome.


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

Reply via email to