Skip to content

Commit

Permalink
Merge pull request grpc#470 from rafi-kamal/patch-1
Browse files Browse the repository at this point in the history
Fix line break in wire.md
  • Loading branch information
vjpai authored Mar 21, 2017
2 parents 6b1a87c + 1060a62 commit 1084ab6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/guides/wire.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ accepted streams until they complete or the connection is terminated.
Servers should send GOAWAY before terminating a connection to reliably inform
clients which work has been accepted by the server and is being executed.

#### PING Frame Both clients and servers can send a PING frame that the peer
#### PING Frame

Both clients and servers can send a PING frame that the peer
must respond to by precisely echoing what they received. This is used to assert
that the connection is still live as well as providing a means to estimate
end-to-end latency. If a server initiated PING does not receive a response
Expand All @@ -260,7 +262,9 @@ cause all calls to be closed with an UNAVAILABLE status. Note that the frequency
of PINGs is highly dependent on the network environment, implementations are
free to adjust PING frequency based on network and application requirements.

#### Connection failure If a detectable connection failure occurs on the client
#### Connection failure

If a detectable connection failure occurs on the client
all calls will be closed with an UNAVAILABLE status. For servers open calls will
be closed with a CANCELLED status.

Expand Down

0 comments on commit 1084ab6

Please # to comment.