aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/connectivity-semantics-and-api.md
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-06-15 09:52:33 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-06-15 09:52:33 -0700
commit783ad1e9d1de8430847ce8063c8af21ebe78af47 (patch)
tree3df2f9a1ebce2d67532fd6f5d3321cb3545af768 /doc/connectivity-semantics-and-api.md
parent56514def9e9d00d82e5dd5855d41e9aef7d52a12 (diff)
Fixed Go_AWAY to GOAWAY
Diffstat (limited to 'doc/connectivity-semantics-and-api.md')
-rw-r--r--doc/connectivity-semantics-and-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/connectivity-semantics-and-api.md b/doc/connectivity-semantics-and-api.md
index ef4986d940..0cd3c6dc5c 100644
--- a/doc/connectivity-semantics-and-api.md
+++ b/doc/connectivity-semantics-and-api.md
@@ -43,7 +43,7 @@ in this state. Any attempt to start an RPC on the channel will push the channel
out of this state to connecting. When there has been no RPC activity on a channel
for a specified IDLE_TIMEOUT, i.e., no new or pending (active) RPCs for this
period, channels that are READY or CONNECTING switch to IDLE. Additionaly,
-channels that receive a GO_AWAY when there are no active or pending RPCs should
+channels that receive a GOAWAY when there are no active or pending RPCs should
also switch to IDLE to avoid connection overload at servers that are attempting
to shed connections. We will use a default IDLE_TIMEOUT of 300 seconds (5 minutes).