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
{{ message }}
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/2018-08-20-grpc_on_http2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: gRPC On HTTP/2: Engineering A Robust, High Performance Protocol
3
+
title: gRPC on HTTP/2: Engineering a Robust, High Performance Protocol
4
4
published: true
5
5
permalink: blog/grpc_on_http2
6
6
author: Jean de Klerk
@@ -72,5 +72,5 @@ Developers choosing protocols must choose those that meet today’s demands as w
72
72
## Footnotes
73
73
74
74
1. In Go, a gRPC channel is called ClientConn because the word “channel” has a language-specific meaning.
75
-
2. gRPC uses the HTTP/2 default max size for a data frame of 16kb. A message over 16kb will span multiple data frames, whereas a message below that size will share a data frame with some number of other messages.
75
+
2. gRPC uses the HTTP/2 default max size for a data frame of 16kb. A message over 16kb may span multiple data frames, whereas a message below that size may share a data frame with some number of other messages.
76
76
3. This is the behavior of the RoundRobin balancer, but not every load balancer does or must behave this way.
0 commit comments