states that ngx.exec never returns.

This commit is contained in:
agentzh (章亦春) 2010-11-04 17:30:09 +08:00
Родитель 3811a28b89
Коммит ce82ec28c2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -291,6 +291,8 @@ Does an internal redirect to uri with args.
ngx.exec('/some-location', 'a=3&b=5&c=6'); ngx.exec('/some-location', 'a=3&b=5&c=6');
ngx.exec('/some-location?a=3&b=5', 'c=6'); ngx.exec('/some-location?a=3&b=5', 'c=6');
This function never returns.
ngx.send_headers() ngx.send_headers()
------------------ ------------------