Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
41264ae6
Commit
41264ae6
authored
May 07, 2017
by
Kenton Varda
Committed by
GitHub
May 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #476 from zenhack/isCallersFault-refs
Remove references to obsolete isCallersFault
parents
6e3d38d2
a901d43e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
rpc.capnp
c++/src/capnp/rpc.capnp
+5
-5
No files found.
c++/src/capnp/rpc.capnp
View file @
41264ae6
...
...
@@ -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 -----------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment