summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_php_sapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_php_sapi.c')
-rw-r--r--src/nxt_php_sapi.c2
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'",