The official NGINX Open Source repository.
Go to file
Maxim Dounin 4a23bc5705 Fixed error handling in ngx_event_connect_peer().
Previously if ngx_add_event() failed a connection was freed two times (once
in the ngx_event_connect_peer(), and again by a caller) as pc->connection was
left set.  Fix is to always use ngx_close_connection() to close connection
properly and set pc->connection to NULL on errors.

Patch by Piotr Sikora.
2012-01-30 11:12:52 +00:00
auto Copyright updated. 2012-01-18 15:07:43 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Copyright updated. 2012-01-18 15:07:43 +00:00
misc Updated OpenSSL version used for win32 build. 2012-01-16 15:10:36 +00:00
src Fixed error handling in ngx_event_connect_peer(). 2012-01-30 11:12:52 +00:00
.hgtags release-1.1.13 tag 2012-01-16 15:15:01 +00:00