From 5aa9a66de3ca94073dfd36c7ecbeb0cecaca9570 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 12 Oct 2008 16:46:35 +0000 Subject: [PATCH] Remove obsolete warning about delayed delivery with chunked transfer encoding and FEATURE_CONNECTION_KEEP_ALIVE enabled. --- parsers.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/parsers.c b/parsers.c index 48f53fec..e60b141a 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.144 2008/09/21 13:59:33 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.145 2008/10/09 18:21:41 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -44,6 +44,10 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.144 2008/09/21 13:59:33 fabiankei * * Revisions : * $Log: parsers.c,v $ + * Revision 1.145 2008/10/09 18:21:41 fabiankeil + * Flush work-in-progress changes to keep outgoing connections + * alive where possible. Incomplete and mostly #ifdef'd out. + * * Revision 1.144 2008/09/21 13:59:33 fabiankeil * Treat unknown change-x-forwarded-for parameters as fatal errors. * @@ -2640,13 +2644,6 @@ static jb_err server_transfer_coding(struct client_state *csp, char **header) log_error(LOG_LEVEL_HEADER, "Removing: %s", *header); freez(*header); } - -#ifdef FEATURE_CONNECTION_KEEP_ALIVE - log_error(LOG_LEVEL_ERROR, - "Chunked transfer encoding detected with experimental " - "keep-alive support enabled. Expect delayed delivery."); -#endif /* FEATURE_CONNECTION_KEEP_ALIVE */ - } return JB_ERR_OK; -- 2.39.2