The official NGINX Open Source repository.
Go to file
Maxim Dounin 9d4de05be4 Core: removed meaningless check from ngx_palloc_block().
The check became meaningless after refactoring in 2a92804f4109.
With the loop currently in place, "current" can't be NULL, hence
the check can be dropped.

Additionally, the local variable "current" was removed to
simplify code, and pool->current now used directly instead.

Found by Coverity (CID 714236).
2014-06-26 03:34:19 +04:00
auto Configure: style. 2014-06-26 03:34:02 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.2-RELEASE 2014-06-17 16:51:25 +04:00
misc Updated OpenSSL used for win32 builds. 2014-06-17 11:38:55 +04:00
src Core: removed meaningless check from ngx_palloc_block(). 2014-06-26 03:34:19 +04:00
.hgtags release-1.7.2 tag 2014-06-17 16:51:25 +04:00