diff src/http/modules/proxy/ngx_http_proxy_handler.c @ 379:73688d5d7fc3

nginx-0.0.7-2004-07-06-20:12:16 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Jul 2004 16:12:16 +0000
parents 41437e4fd9b4
children 6f3b20c1ac50
line wrap: on
line diff
--- a/src/http/modules/proxy/ngx_http_proxy_handler.c
+++ b/src/http/modules/proxy/ngx_http_proxy_handler.c
@@ -656,7 +656,7 @@ void ngx_http_proxy_close_connection(ngx
      * because another thread may reopen the same file descriptor
      * before we clean the connection
      */
-    
+
     if (ngx_mutex_lock(ngx_posted_events_mutex) == NGX_OK) {
 
         if (c->read->prev) {