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
90667fbd
Commit
90667fbd
authored
May 25, 2019
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
4a4fe65c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
generated-header-support.h
c++/src/capnp/generated-header-support.h
+1
-1
rpc.c++
c++/src/capnp/rpc.c++
+1
-1
No files found.
c++/src/capnp/generated-header-support.h
View file @
90667fbd
...
...
@@ -408,6 +408,6 @@ namespace capnp {
namespace
schemas
{
CAPNP_DECLARE_SCHEMA
(
995
f9a3377c0b16e
);
// HACK: Forward-declare the RawSchema for StreamResult, from stream.capnp. This allows capnp
// files which declare st
er
aming methods to avoid including stream.capnp.h.
// files which declare st
re
aming methods to avoid including stream.capnp.h.
}
}
c++/src/capnp/rpc.c++
View file @
90667fbd
...
...
@@ -611,7 +611,7 @@ private:
// We don't have any existing flowController so we can adopt this one, yay!
this
->
flowController
=
kj
::
mv
(
flowController
);
}
else
{
// Apparently, there is an existing flowController. This is an unusual scenario: Apparenly
// Apparently, there is an existing flowController. This is an unusual scenario: Apparen
t
ly
// we had two stream capabilities, we were streaming to both of them, and they later
// resolved to the same capability. This probably never happens because streaming use cases
// normally call for there to be only one client. But, it's certainly possible, and we need
...
...
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