Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
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
mongoose
Commits
ffed9c4d
Commit
ffed9c4d
authored
Sep 12, 2016
by
Alexander Alashkin
Committed by
Cesanta Bot
Sep 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy flags for accepted connection
PUBLISHED_FROM=4787d59fdc9f4da525ddfae46e5203d06a596ef4
parent
0dc0c5a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mongoose.c
mongoose.c
+1
-0
No files found.
mongoose.c
View file @
ffed9c4d
...
...
@@ -3519,6 +3519,7 @@ static void spawn_handling_thread(struct mg_connection *nc) {
c
[
1
]
->
proto_handler
=
nc
->
proto_handler
;
c
[
1
]
->
user_data
=
nc
->
user_data
;
c
[
1
]
->
sa
=
nc
->
sa
;
c
[
1
]
->
flags
=
nc
->
flags
;
mg_start_thread
(
per_connection_thread_function
,
c
[
1
]);
}
...
...
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