PHP SAPI: typo fixed.

This commit is contained in:
Sergey Kandaurov
2017-08-31 15:16:18 +03:00
parent 738ca54ded
commit f27ed60a09

View File

@@ -503,7 +503,7 @@ nxt_php_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC)
"\r\n"; "\r\n";
static const u_char default_headers[] static const u_char default_headers[]
- "Server: unit/" NXT_VERSION "\r\n" = "Server: unit/" NXT_VERSION "\r\n"
"Connection: close\r\n"; "Connection: close\r\n";
static const u_char http_11[] = "HTTP/1.1 "; static const u_char http_11[] = "HTTP/1.1 ";