22
* Teach the bzr client how to reconnect if we get ``ConnectionReset``
23
while making an RPC request. This doesn't handle all possible network
24
disconnects, but it should at least handle when the server is asked to
25
shutdown gracefully. (John Arbash Meinel, #819604)