Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ReadMailReallyFast
code
Commits
c2b4f9c8
Commit
c2b4f9c8
authored
1 year ago
by
Leon Dietrich
Browse files
Options
Downloads
Patches
Plain Diff
fix: connection line buffer test
parent
9acb765e
Branches
3-unix-socket-server-schreiben
Branches containing commit
No related tags found
1 merge request
!4
Draft: Resolve "Unix Socket Server schreiben"
Pipeline
#10163
failed
1 year ago
Stage: prebuild
Stage: build
Stage: testing
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/net/connection_client.hpp
+2
-0
2 additions, 0 deletions
src/net/connection_client.hpp
test/loopback_connection_client.hpp
+1
-1
1 addition, 1 deletion
test/loopback_connection_client.hpp
with
3 additions
and
1 deletion
src/net/connection_client.hpp
+
2
−
0
View file @
c2b4f9c8
...
...
@@ -52,7 +52,9 @@ private:
::
ev
::
async
async
;
ioqueue
<
iorecord
>
write_queue
;
const
destructor_cb_type
destructor_cb
;
protected:
bool
server_active
=
false
;
private:
bool
partial_write_allowed
=
true
;
bool
data_write_active
=
false
;
...
...
This diff is collapsed.
Click to expand it.
test/loopback_connection_client.hpp
+
1
−
1
View file @
c2b4f9c8
...
...
@@ -31,7 +31,7 @@ public:
data_archive
{},
echo_data_transfer
(
echo_data
)
{
// Does nothing special
this
->
server_active
=
true
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment