]> git.kaiwu.me - nginx.git/commit
Upstream: avoided directly terminating the connection.
authorFengGu <flygoast@126.com>
Wed, 13 Aug 2014 06:53:55 +0000 (14:53 +0800)
committerFengGu <flygoast@126.com>
Wed, 13 Aug 2014 06:53:55 +0000 (14:53 +0800)
commitb4cb8475b142c0a76e3aa2b715cd9429784dd27e
tree8e47fa97b71dbd75e73b90da69351ff9310b0b7a
parentcb8a0327ab689867f6ea9e05fcb3242883e83bc2
Upstream: avoided directly terminating the connection.

When memory allocation failed in ngx_http_upstream_cache(), the connection
would be terminated directly in ngx_http_upstream_init_request().
Return a INTERNAL_SERVER_ERROR response instead.
src/http/ngx_http_upstream.c