mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
fixed error text
This commit is contained in:
@ -817,7 +817,7 @@ ngx_rtmp_notify_method(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
||||
nacf->method = NGX_RTMP_NETCALL_HTTP_POST;
|
||||
|
||||
} else {
|
||||
return "unexpected method";
|
||||
return "got unexpected method";
|
||||
}
|
||||
|
||||
return NGX_CONF_OK;
|
||||
|
Reference in New Issue
Block a user