Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
c749ae0c
Commit
c749ae0c
authored
Sep 26, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc
parent
63728835
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/shrpx_worker_process.cc
src/shrpx_worker_process.cc
+4
-0
No files found.
src/shrpx_worker_process.cc
View file @
c749ae0c
...
@@ -110,6 +110,10 @@ void graceful_shutdown(ConnectionHandler *conn_handler) {
...
@@ -110,6 +110,10 @@ void graceful_shutdown(ConnectionHandler *conn_handler) {
// We have accepted all pending connections. Shutdown main event
// We have accepted all pending connections. Shutdown main event
// loop.
// loop.
// TODO this makes IPC from master process impossible. Perhaps, we
// should keep alive default loop, and break it once all connections
// are terminated somehow.
ev_break
(
conn_handler
->
get_loop
());
ev_break
(
conn_handler
->
get_loop
());
}
}
}
// namespace
}
// namespace
...
...
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