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
421 stars 36 forks source link

Fix of examples #143

Closed laulin closed 5 months ago

laulin commented 6 months ago

I fixed write.lua, querystring.lua and app_stream.lua. A "return true" is mandatory in the callback, otherwith the call of processRequest will failed.