view html/index.html @ 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 f0b350454894
children
line wrap: on
line source

<html>
<head>
<title>Welcome to nginx!</title>
</head>
<body bgcolor="white" text="black">
<center><h1>Welcome to nginx!</h1></center>
</body>
</html>