openresty / memc-nginx-module

An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
http://wiki.nginx.org/NginxHttpMemcModule
213 stars 56 forks source link

Fix the build issue with nginx 1.11.6 #27

Closed hnakamur closed 7 years ago

hnakamur commented 7 years ago

This fixes a similar issue with https://github.com/openresty/redis2-nginx-module/pull/42

agentzh commented 7 years ago

Merged with minor edits in the commit log message. Thanks!