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
525 stars 84 forks source link

fix: correct method_map and added check #365

Closed FAYWORD closed 1 year ago

FAYWORD commented 1 year ago

method_map list from httputils.lua file corrected according to enumeration in http-parser.h Added number check from parser.method