Hey! I'm using google cloud run with ktor server....
# ktor
j
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
Hey @Julius, could you please log an issue? I will follow up there
a
Maybe I am mistaken but I thought that this was handled automatically? I asked something similar few weeks ago: https://kotlinlang.slack.com/archives/C0A974TJ9/p1705742606503659
🙏 1
a
Here is a related feature request.
j
Thanks a lot! @Aleksei Tirman [JB] @e5l The linked feature request (and the latest comment in particular) describe my requirements exactly! 🙂
@e5l I have commented on the feature request on why we would need this, the previous comment didn't actually include all information
🙏 1