From 1d8a30a8e35c6b0880db6ec9d23cb5fd29b2852f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 29 Oct 2012 11:59:34 +0000 Subject: [PATCH] Update verify_request_length()'s description --- jcc.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jcc.c b/jcc.c index b2b8a379..67f4ed44 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.407 2012/10/23 10:20:14 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.408 2012/10/23 10:22:20 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -1064,11 +1064,9 @@ void save_connection_destination(jb_socket sfd, * we do. * * Data that doesn't belong to the current request is - * thrown away to let the client retry on a clean socket. - * - * XXX: This is a hack until we can deal with multiple - * pipelined requests at the same time. - * + * either thrown away to let the client retry on a clean + * socket, or stashed to be dealt with after the current + * request is served. * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) -- 2.49.0