bbassingthwaite opened a new issue, #9089:
URL: https://github.com/apache/trafficserver/issues/9089

   Hello, I am running `ATS 9.1.2` as an HTTP forward proxy with both `HTTPS` 
and `HTTP2`. If I run the curl command `curl  -x https://127.0.0.1:8080 -v 
http://127.0.0.1/` everything works as expected. But if I try the same curl and 
force it to use HTTP2 with the curl opt `--http2-prior-knowledge`, the origin 
server receives the request `GET /http://127.0.0.1/ HTTP/1.1\r\n`. ATS seems to 
recognize that it should be a forward proxy since it forwards the request onto 
the correct origin but the path of the request is wrong as I would expect it to 
be `/`.
   
   Thanks!


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