diff src/event/ngx_event_openssl.c @ 491:0f836f0288ee release-0.1.20

nginx-0.1.20-RELEASE import *) Feature: the new "script_filename" and "remote_port" parameters of the fastcgi_params directive. *) Bugfix: the FastCGI stderr stream was handled incorrectly.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Feb 2005 11:59:36 +0000
parents 45a460f82aec
children d4ea69372b94
line wrap: on
line diff
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -112,7 +112,7 @@ ngx_ssl_recv(ngx_connection_t *c, u_char
                             continue;
                         }
 
-                        if (*s == '\n' || *s == '\r') {
+                        if (*s == LF || *s == CR) {
                             continue;
                         }