Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
4f4d8800
Commit
4f4d8800
authored
Oct 10, 2016
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add log message to version control
parent
f3a02962
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ngx_http_push_stream_module_version.h
include/ngx_http_push_stream_module_version.h
+2
-2
ngx_http_push_stream_module_setup.c
src/ngx_http_push_stream_module_setup.c
+2
-0
No files found.
include/ngx_http_push_stream_module_version.h
View file @
4f4d8800
...
...
@@ -26,7 +26,7 @@
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_TAG
=
ngx_string
(
"0.5.
0
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_COMMIT
=
ngx_string
(
"
5566c365977fbe4211b5c3757427b82604891a10
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_TAG
=
ngx_string
(
"0.5.
2
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_COMMIT
=
ngx_string
(
"
f3a02962363e55f4653952875f02da1e6ba293bb
"
);
#endif
/* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */
src/ngx_http_push_stream_module_setup.c
View file @
4f4d8800
...
...
@@ -292,6 +292,8 @@ ngx_http_push_stream_init_module(ngx_cycle_t *cycle)
return
NGX_OK
;
}
ngx_log_error
(
NGX_LOG_NOTICE
,
cycle
->
log
,
0
,
"ngx_http_push_stream_module debugging #245 v1."
);
// initialize our little IPC
ngx_int_t
rc
;
if
((
rc
=
ngx_http_push_stream_init_ipc
(
cycle
,
ccf
->
worker_processes
))
==
NGX_OK
)
{
...
...
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