An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin 5ec277847e 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 Win32: MSVC 2013 compatibility. 2014-02-13 16:54:00 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.5.10-RELEASE 2014-02-04 16:26:46 +04:00
misc Updated PCRE used for win32 builds. 2014-02-04 07:45:33 +04:00
src Upstream: ngx_post_event() instead of upgraded call (ticket #503). 2014-02-18 17:30:40 +04:00
.hgtags release-1.5.10 tag 2014-02-04 16:26:46 +04:00