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

config: updated for nginx 1.9.11+ #42

Closed doujiang24 closed 8 years ago

anthonyryan1 commented 8 years ago

I sent an email to the nginx-devel mailing list, and the response makes it pretty clear the upstream doesn't care about this problem. They feel it's good enough to simply tell users they need to include at least one of the built-in modules which pulls in postpone.

I personally feel we should throw in the towel on this one, just document the limitation properly (that we depend on postpone, and there's no direct way to enable it) and how to work around it. I'll prepare a separate pull request to do so in a few minutes.

agentzh commented 8 years ago

Merged into master. Thanks!