openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 255 forks source link

An example in the manual not workable #24

Closed duhoobo closed 10 years ago

duhoobo commented 10 years ago

An example for echo_foreach_split:

echo_foreach_split '-a-' 'cat-a-dog-a-mouse'; echo $echo_it; echo_end;

-- is needed before -a-. :)

agentzh commented 10 years ago

Thank you for the report! Already fixed :)