This commit is contained in:
Adam Ierymenko 2015-12-18 14:30:47 -08:00
parent 942ab6fd95
commit 13036a1085

View file

@ -1,6 +1,8 @@
/* A simple http server for performance test.
Copyright (C) 2013 Sun, Junyi <ccnusjy@gmail.com> */
/* https://github.com/fxsjy/httpstub */
#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>
@ -538,4 +540,3 @@ static void * handle_io_loop(void *param)
}
return NULL;
}