Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ SPEED=9600
|
||||
# End of user config
|
||||
######################################################################
|
||||
HTTP_FILES := $(wildcard http/*)
|
||||
LUA_FILES := init.lua httpserver.lua httpserver-request.lua httpserver-static.lua httpserver-error.lua
|
||||
LUA_FILES := init.lua httpserver.lua httpserver-request.lua httpserver-static.lua httpserver-header.lua httpserver-error.lua
|
||||
|
||||
# Print usage
|
||||
usage:
|
||||
|
||||
Reference in New Issue
Block a user