aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:24:59 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:24:59 +0100
commit695008f9d18220e9d9c2558129ffcd4db15d2a26 (patch)
tree343240df97a73ed1f952c85a94cca91cf3ada75c
parent9fa40fdf77fe5e181c7945fd59eebaf5066b4fe7 (diff)
downloadlitheweb-695008f9d18220e9d9c2558129ffcd4db15d2a26.tar.gz
litheweb-695008f9d18220e9d9c2558129ffcd4db15d2a26.tar.bz2
Wed Mar 13 22:24:59 CET 2013
-rw-r--r--picohttp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/picohttp.c b/picohttp.c
index 28c0180..e3762f1 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -2,7 +2,6 @@
#include <alloca.h>
#include <string.h>
-/* #include <assert.h> */
static char const PICOHTTP_STR_CRLF[] = "\r\n";
static char const PICOHTTP_STR_CLSP[] = ": ";