EvandroLG / pegasus.lua

:rocket: Pegasus.lua is an http server to work with web applications written in Lua language.
http://evandrolg.github.io/pegasus.lua/
MIT License
418 stars 36 forks source link

Ensure that readme provides working demo. #147

Closed wmealing closed 2 months ago

wmealing commented 3 months ago

Gday,

I think that the handler function needs to return a value, and that the socket should be closed. I have provided what I believe is the correct fix. Without this the function crashes after serving only single request.

Please consider this PR.

Thank you.