From f27ed60a094483100b698e19c56ccfef26679041 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 31 Aug 2017 15:16:18 +0300 Subject: PHP SAPI: typo fixed. --- src/nxt_php_sapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index cb2f6458..83d5e989 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -503,7 +503,7 @@ nxt_php_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) "\r\n"; static const u_char default_headers[] - - "Server: unit/" NXT_VERSION "\r\n" + = "Server: unit/" NXT_VERSION "\r\n" "Connection: close\r\n"; static const u_char http_11[] = "HTTP/1.1 "; -- cgit