openresty / meta-lua-nginx-module

Meta Lua Nginx Module supporting both Http Lua Module and Stream Lua Module
66 stars 20 forks source link

stream bugfix: consume preread buffer first when reading request socket. #8

Closed dndx closed 6 years ago

dndx commented 6 years ago

Currently, the contents of preread buffer will be silently discarded when preread is in use and is not the desired behavior.