diff options
Diffstat (limited to 'response.c')
-rw-r--r-- | response.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ #include <lua.h> -#include "http.h" - /// Sends a response based on the current top value on the stack. /// \param L Lua state to send response for /// \param fd File descriptor of a socket to write to |