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
555753da
Commit
555753da
authored
6 years ago
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
abb19c3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
http.c++
c++/src/kj/compat/http.c++
+1
-1
No files found.
c++/src/kj/compat/http.c++
View file @
555753da
...
@@ -1707,7 +1707,7 @@ private:
...
@@ -1707,7 +1707,7 @@ private:
bool
writeInProgress
=
false
;
bool
writeInProgress
=
false
;
// True if a write method has been called and has not completed successfully. In the case that
// True if a write method has been called and has not completed successfully. In the case that
// a write throws an exception or is canceled, this remains true forever. In these cases, the
// a write throws an exception or is canceled, this remains true forever. In these cases, the
// underlying st
eram is in an inconsi
tent state and cannot be reused.
// underlying st
ream is in an inconsis
tent state and cannot be reused.
void
queueWrite
(
kj
::
String
content
)
{
void
queueWrite
(
kj
::
String
content
)
{
writeQueue
=
writeQueue
.
then
(
kj
::
mvCapture
(
content
,
[
this
](
kj
::
String
&&
content
)
{
writeQueue
=
writeQueue
.
then
(
kj
::
mvCapture
(
content
,
[
this
](
kj
::
String
&&
content
)
{
...
...
This diff is collapsed.
Click to expand it.
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