Skip to content

Commit 0a91bad

Browse files
feat(containers): update protocol (#4030)
* feat(containers): update protocol * Update serverless/containers/concepts.mdx --------- Co-authored-by: nerda-codes <[email protected]>
1 parent 3a65552 commit 0a91bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ Unit used to measure the resource consumption of a container. It reflects the am
138138

139139
## Protocol
140140

141-
Serverless Containers supports **http1** (default) and **http2** (`h2c`). In some cases, for example, while deploying a container using gRPC, you may need to upgrade the protocol for it to work.
141+
Serverless Containers supports **http1** (default) and **http2** (`h2c`). Use HTTP/2 if your container application is configured to listen for HTTP/2 requests, such as a gRPC service or a web server that uses HTTP/2 features like multiplexing, otherwise HTTP/1 is recommended.

0 commit comments

Comments
 (0)