FeatureFuel
24

http2 h2/c Support

Source: directus/directus#20022 · opened by @mario4rma
Summary The native support of h2 and or h2/c would be a great benefit. For performance and the choice of infrastructure. Basic Example _No response_ Motivation There are some limitations in certain infrastructures. The best example is, when you are using CloudRun inside a GCP. You have a hard request limit defined by google CloudRun [ You are limited to 32MB per Request unless you use http2. The problem is, that as soon as you activate the http2 feature for your CloudRun container, the communcation breaks between the container and the directus instance. This is because CloudRun does not migrate h2 requests down to h1.1 requests anymore. In fact you are not able to send requests (upload files) which are larger than 32MB. Detailed Design We should be using [ Furthermore the server needs to support h2c [ as the CloudRun instance will terminate TLS. Requirements List Must Have: • Support for http2 Requests • Support for h2c Requests Should Have: •…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests