kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
528 stars 84 forks source link

Fix typos in turbo.web.Application:add_handler #144

Closed presidentbeef closed 10 years ago

presidentbeef commented 10 years ago

Apologies for not including a unit test for this, but setting up all the dependencies became little too much for me as a casual Lua user.

kernelsauce commented 10 years ago

Thank you for the fix. Must not have been used that much that function ;).