You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/for-containers/grpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ gRPC offers comprehensive support across most popular development stacks, includ
23
23
24
24
## gRPC Benefits
25
25
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:
27
27
28
28
- A binary framing protocol for data transport - unlike HTTP 1.1, which is text based.
29
29
- 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