view auto/have_headers @ 419:cdd5890b5538

Postpone filter: don't skip subrequests. When multiple subrequests are used without intermediate chains from main request, postpone filter may skip some of the subrequests. Remove in-loop microoptimization in ngx_http_postpone_filter_output_postpone() to handle such situation properly. Looks like it's impossible to trigger the problem with official nginx modules.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 19 Sep 2008 04:31:53 +0400
parents b55cbf18157e
children
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END