summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_python_wsgi.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-10-18 18:05:51 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-10-18 18:05:51 +0300
commit3c6edead2562450861cc938268f4a848b7e4deab (patch)
treeb25d5668c336468095731ff201d820b8b9de81ff /src/nxt_python_wsgi.c
parent67c066b026c965729b70879a490ed118c5a170b9 (diff)
downloadunit-3c6edead2562450861cc938268f4a848b7e4deab.tar.gz
unit-3c6edead2562450861cc938268f4a848b7e4deab.tar.bz2
Added the debug option to module compatibility vector.
Diffstat (limited to 'src/nxt_python_wsgi.c')
-rw-r--r--src/nxt_python_wsgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c
index d9f2f376..33d9456a 100644
--- a/src/nxt_python_wsgi.c
+++ b/src/nxt_python_wsgi.c
@@ -92,7 +92,7 @@ nxt_inline nxt_int_t nxt_python_write_py_str(nxt_python_run_ctx_t *ctx,
static uint32_t compat[] = {
- NXT_VERNUM,
+ NXT_VERNUM, NXT_DEBUG,
};