diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-06-28 12:20:00 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-06-28 12:20:00 +0300 |
commit | b1ee07370796a53b77746dbd11b1b71c73ae940e (patch) | |
tree | 5f6afaa26195746050d3d5a330aa83a0854b606a /src/nxt_php_sapi.c | |
parent | ce17fef73d1c7e9dacacef305158921b97cdbc96 (diff) | |
download | unit-b1ee07370796a53b77746dbd11b1b71c73ae940e.tar.gz unit-b1ee07370796a53b77746dbd11b1b71c73ae940e.tar.bz2 |
PHP: removing excessive debug message.
Diffstat (limited to 'src/nxt_php_sapi.c')
-rw-r--r-- | src/nxt_php_sapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index a6ec6c60..df7cf243 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -783,8 +783,6 @@ nxt_php_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) h; h = zend_llist_get_next_ex(&sapi_headers->headers, &zpos)) { - nxt_unit_req_debug(req, "header: %.*s", (int) h->header_len, h->header); - colon = memchr(h->header, ':', h->header_len); if (nxt_slow_path(colon == NULL)) { nxt_unit_req_warn(req, "colon not found in header '%.*s'", |