keplerproject / wsapi

WSAPI is an API that abstracts the web server from Lua web applications.
http://keplerproject.github.io/wsapi
74 stars 33 forks source link

Fixed lfcgi.isfcgi(), added lfcgi.finish() #3

Closed agladysh closed 13 years ago

agladysh commented 13 years ago

I need lfcgi.finish() to be able to do select() on fcgi input socket — so lfcgi.accept() would not block my WSAPI application.

And lfcgi.isfcgi() plainly does not work for my application. I used function from official API instead.