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:
Valentin Bartenev
2018-10-09 17:53:31 +03:00
parent 6c5e5f25ef
commit 029c1a9f50
17 changed files with 92 additions and 89 deletions

View File

@@ -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,
};