From 9b582c4a2767fdadbf5e8e9ea7ebeb269f623f22 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 17 Dec 2003 12:55:02 +0000 Subject: added connection close recv. fixed chunked encoding --- nanohttp/nanohttp-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-common.h') 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" -- cgit v1.1-32-gdbae