-
Hi, The current http protocol of my downstream service is http2.0 and http3.0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi liuxiaoji! You can try to specify HTTP3 route and let us know your testing results, please. P.S. MS Docs: HTTP/3 Server |
Beta Was this translation helpful? Give feedback.
-
thank you. |
Beta Was this translation helpful? Give feedback.
Ocelot should be able to support both Http2 and Http3.
To use appropriate protocol version use my advice above ☝️
Also, please watch this PR #1673 which is related to default version policy
Hope it helps!