cloudflare / lua-resty-logger-socket

Raw-socket-based Logger Library for Nginx (based on ngx_lua)
488 stars 130 forks source link

Release the flush lock if there is nothing to do. #5

Closed robholland closed 10 years ago

robholland commented 10 years ago

Fixes the issue that all logging stops the first time _flush is called and there is nothing to send.

calio commented 10 years ago

Thanks @robholland