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
9816a0a4
Commit
9816a0a4
authored
May 10, 2017
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:sandstorm-io/capnproto
parents
92b80c31
41264ae6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
rpc.capnp
c++/src/capnp/rpc.capnp
+5
-5
http.h
c++/src/kj/compat/http.h
+1
-1
No files found.
c++/src/capnp/rpc.capnp
View file @
9816a0a4
...
...
@@ -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 -----------------------------------------------
...
...
c++/src/kj/compat/http.h
View file @
9816a0a4
...
...
@@ -96,7 +96,7 @@ enum class HttpMethod {
#define DECLARE_METHOD(id) id,
KJ_HTTP_FOR_EACH_METHOD
(
DECLARE_METHOD
)
#undef DEC
AL
RE_METHOD
#undef DEC
LA
RE_METHOD
};
kj
::
StringPtr
KJ_STRINGIFY
(
HttpMethod
method
);
...
...
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