Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 3fb9247

Browse files
committed
address comments
1 parent 16ad75f commit 3fb9247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2018-08-20-grpc_on_http2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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
44
published: true
55
permalink: blog/grpc_on_http2
66
author: Jean de Klerk
@@ -72,5 +72,5 @@ Developers choosing protocols must choose those that meet today’s demands as w
7272
## Footnotes
7373

7474
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.
7676
3. This is the behavior of the RoundRobin balancer, but not every load balancer does or must behave this way.

0 commit comments

Comments
 (0)