Renamed "go" application type to "external".
There's nothing specific to Go language. This type of application object can be used to run any external application that utilizes libunit API.
This commit is contained in:
@@ -289,11 +289,11 @@ static const nxt_str_t http_prefix = nxt_string("HTTP_");
|
||||
static const nxt_str_t empty_prefix = nxt_string("");
|
||||
|
||||
static const nxt_str_t *nxt_app_msg_prefix[] = {
|
||||
&http_prefix,
|
||||
&http_prefix,
|
||||
&empty_prefix,
|
||||
&http_prefix,
|
||||
&http_prefix,
|
||||
&http_prefix,
|
||||
&http_prefix,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user