Skip to content

Commit 17e8a84

Browse files
Merge pull request #298834 from JackStromberg/patch-601124
Clarifying statement
2 parents bb0f719 + a30c985 commit 17e8a84

File tree

1 file changed

+1
-1
lines changed
  • articles/application-gateway/for-containers

1 file changed

+1
-1
lines changed

articles/application-gateway/for-containers/grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gRPC offers comprehensive support across most popular development stacks, includ
2323

2424
## gRPC Benefits
2525

26-
gRPC uses HTTP/2 for its transport protocol. While compatible with HTTP 1.1, HTTP/2 features many advanced capabilities:
26+
gRPC uses HTTP/2 for its transport protocol bringing many advanced capabilities:
2727

2828
- A binary framing protocol for data transport - unlike HTTP 1.1, which is text based.
2929
- Multiplexing support for sending multiple parallel requests over the same connection - HTTP 1.1 limits processing to one request/response message at a time.

0 commit comments

Comments
 (0)