diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-03-13 20:32:47 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-03-13 20:32:47 +0300 |
commit | bebc5845f8454e91d12f2fc2561686e627f2f9aa (patch) | |
tree | 16e2e3eeb272d6ddac69c286e5c0cf6b517b2c22 /src/nxt_http_request.c | |
parent | 1ac9db47501a1c5e4e023945ad60614b8fc3b52d (diff) | |
download | unit-bebc5845f8454e91d12f2fc2561686e627f2f9aa.tar.gz unit-bebc5845f8454e91d12f2fc2561686e627f2f9aa.tar.bz2 |
Capitalization in the "Server" field.
Diffstat (limited to 'src/nxt_http_request.c')
-rw-r--r-- | src/nxt_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_http_request.c b/src/nxt_http_request.c index 0fbcdbbc..40cbaf40 100644 --- a/src/nxt_http_request.c +++ b/src/nxt_http_request.c @@ -282,7 +282,7 @@ nxt_http_request_header_send(nxt_task_t *task, nxt_http_request_t *r) goto fail; } - nxt_http_field_set(server, "Server", "unit/" NXT_VERSION); + nxt_http_field_set(server, "Server", "Unit/" NXT_VERSION); if (r->resp.date == NULL) { date = nxt_list_zero_add(r->resp.fields); |