comparison xml/en/docs/http/ngx_http_perl_module.xml @ 1146:d37892ad69ab

Corrected spelling in the "in the meantime" phrase.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 20:08:30 +0400
parents 95c3c3bbf1ce
children ac1b01d37929
comparison
equal deleted inserted replaced
1145:e6b28653c406 1146:d37892ad69ab
448 <value>handler</value>)</literal> 448 <value>handler</value>)</literal>
449 </tag-name> 449 </tag-name>
450 <tag-desc> 450 <tag-desc>
451 sets the specified handler 451 sets the specified handler
452 and stops request processing for the specified time. 452 and stops request processing for the specified time.
453 In the mean time, nginx continues to process other requests. 453 In the meantime, nginx continues to process other requests.
454 After the specified time has elapsed, nginx will call the installed handler. 454 After the specified time has elapsed, nginx will call the installed handler.
455 Note that the handler function should be passed by reference. 455 Note that the handler function should be passed by reference.
456 In order to pass data between handlers, 456 In order to pass data between handlers,
457 <literal>$r->variable()</literal> should be used. 457 <literal>$r->variable()</literal> should be used.
458 Example: 458 Example: