singhajitk commented on issue #13002:
URL: https://github.com/apache/apisix/issues/13002#issuecomment-3888712749

   > The scheme only affects encryption, not the protocol version. APISIX's 
Nginx template hardcodes `proxy_http_version 1.1`. Only gRPC supports HTTP/2.
   
   Thanks @Baoyuantop for your response.  
   
   I have observed that HTTP2 Upstream protocol was working when I set scheme 
value to "grpcs", but the backend service was not gRPC enabled. It was a simple 
http based rest api served using .net kestrel server.  
   
   Do we know how HTTP2 is working with scheme set as "grpcs" even when the 
upstream service is not supporting gRPC ?
   
   


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