From b1ee07370796a53b77746dbd11b1b71c73ae940e Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 28 Jun 2019 12:20:00 +0300 Subject: PHP: removing excessive debug message. --- src/nxt_php_sapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nxt_php_sapi.c') 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'", -- cgit