Commit Graph

8 Commits

Author SHA1 Message Date
randvis 0a588c6453 Fix the incorrect number of states
There're five states: CONNECTING, READY, TRANSIENT_FAILURE, IDLE, SHUTDOWN.
2016-12-12 02:18:34 +08:00
Eric Anderson 05e8c9a8b7 Connectivity state FATAL_FAILURE doesn't exist; it is SHUTDOWN
In a previous version of the document we used FATAL_FAILURE instead of
SHUTDOWN. This was changed when there was no case that would cause a
fatal failure other than shutdown. However, one reference to the old
name was missed.
2016-05-09 15:07:55 -07:00
nmittler 25c21d8b2b Fixing type-o 2015-08-13 09:53:27 -07:00
Abhishek Kumar 33094a7c62 More fixes to GO_AWAY spelling 2015-06-15 09:53:41 -07:00
Abhishek Kumar 783ad1e9d1 Fixed Go_AWAY to GOAWAY 2015-06-15 09:52:33 -07:00
Abhishek Kumar 56514def9e Update connectivity-semantics-and-api.md 2015-06-12 11:22:41 -07:00
Abhishek Kumar b66f19f1e0 Update connectivity-semantics-and-api.md 2015-06-12 11:02:16 -07:00
Eric Anderson 9855a34e1a Add Connectivity doc
This is a faithful representation of the current version of the Google
Doc with only formatting changes.
2015-05-11 09:22:47 -07:00