summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
diff options
context:
space:
mode:
authorGravatar snowdrop2003-12-17 12:55:02 +0000
committerGravatar snowdrop2003-12-17 12:55:02 +0000
commit9b582c4a2767fdadbf5e8e9ea7ebeb269f623f22 (patch)
tree633971d62f75405df686fca72352a754ecef6808 /nanohttp/nanohttp-common.h
parent9cb973e8da746020d364e5fea6eaac7e7556be93 (diff)
downloadcsoap-9b582c4a2767fdadbf5e8e9ea7ebeb269f623f22.tar.gz
csoap-9b582c4a2767fdadbf5e8e9ea7ebeb269f623f22.tar.bz2
added connection close recv. fixed chunked encoding
Diffstat (limited to 'nanohttp/nanohttp-common.h')
-rw-r--r--nanohttp/nanohttp-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h
index 65e8167..9e32368 100644
--- a/nanohttp/nanohttp-common.h
+++ b/nanohttp/nanohttp-common.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-common.h,v 1.2 2003/12/16 13:16:14 snowdrop Exp $
+ * $Id: nanohttp-common.h,v 1.3 2003/12/17 12:55:02 snowdrop Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -28,6 +28,8 @@
#define HEADER_CONTENT_LENGTH "Content-Length"
#define HEADER_CONTENT_TYPE "Content-Type"
#define HEADER_TRANSFER_ENCODING "Transfer-Encoding"
+#define HEADER_CONNECTION "Connection"
+
#define HEADER_HOST "Host"
#define HEADER_DATE "Date"