The official NGINX Open Source repository.
Go to file
Maxim Dounin d5da8fa776 Upstream: ngx_post_event() instead of upgraded call (ticket #503).
If a request is finalized in the first call to the
ngx_http_upstream_process_upgraded() function, e.g., because upstream
server closed the connection for some reason, in the second call
the u->peer.connection pointer will be null, resulting in segmentation
fault.

Fix is to avoid second direct call, and post event instead.  This ensures
that ngx_http_upstream_process_upgraded() won't be called again if
a request is finalized.
2014-02-18 17:30:40 +04:00
auto Configure: fixed perl Makefile generation (ticket #334). 2013-04-19 12:19:57 +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 nginx-1.4.5-RELEASE 2014-02-11 17:24:43 +04:00
misc Updated OpenSSL used for win32 builds. 2014-01-22 16:10:13 +04:00
src Upstream: ngx_post_event() instead of upgraded call (ticket #503). 2014-02-18 17:30:40 +04:00
.hgtags release-1.4.5 tag 2014-02-11 17:24:43 +04:00