Added SERVER_SOFTWARE request meta-variable.

This commit is contained in:
Valentin Bartenev
2018-05-21 16:14:24 +03:00
parent 8a156a9fc4
commit 3e8dbfe5ff
10 changed files with 37 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#define NXT_VERSION "1.2"
#define NXT_VERNUM 10200
#define NXT_SERVER "Unit/" NXT_VERSION
typedef struct nxt_port_s nxt_port_t;
typedef struct nxt_task_s nxt_task_t;