diff src/event/ngx_event_openssl.c @ 40:bc4fc02c96a3 NGINX_0_1_20

nginx 0.1.20 *) 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 <http://sysoev.ru>
date Thu, 17 Feb 2005 00:00:00 +0300
parents 2879cd3a40cb
children 72eb30262aac
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;
                         }