Hey!
I'm using google cloud run with ktor server.
Because of request size limits with http/1, I'm looking into enabling http/2.
But since google cloud run always terminates TLS the underlying server has to support http/2 cleartext (h2c).
The ktor documentation sadly says that only http/2 with TLS is supported, is there any plan for changing this?
e
e5l
02/02/2024, 5:43 AM
Hey @Julius, could you please log an issue? I will follow up there