Commit 41264ae6 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #476 from zenhack/isCallersFault-refs

Remove references to obsolete isCallersFault
parents 6e3d38d2 a901d43e
......@@ -233,11 +233,11 @@ struct Message {
abort @1 :Exception;
# Sent when a connection is being aborted due to an unrecoverable error. This could be e.g.
# because the sender received an invalid or nonsensical message (`isCallersFault` is true) or
# because the sender had an internal error (`isCallersFault` is false). The sender will shut
# down the outgoing half of the connection after `abort` and will completely close the
# connection shortly thereafter (it's up to the sender how much of a time buffer they want to
# offer for the client to receive the `abort` before the connection is reset).
# because the sender received an invalid or nonsensical message or because the sender had an
# internal error. The sender will shut down the outgoing half of the connection after `abort`
# and will completely close the connection shortly thereafter (it's up to the sender how much
# of a time buffer they want to offer for the client to receive the `abort` before the
# connection is reset).
# Level 0 features -----------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment