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

socket_ffi.lua: correct luasocket variable name #344

Closed clandmeter closed 5 years ago

clandmeter commented 5 years ago

Because turbo has issues with #343 I have tried to use the lua socket option but found out it was broken. It also looks like the lua socket option doesn't support http redirects?