--------------------- PatchSet 3826 Date: 2002/04/02 00:21:47 Author: hno Branch: memorybuf Tag: Z-etag-2_5_merge-old_memorybuf Log: Merged more missing pieces from HEAD Members: src/client_side.c:1.47.2.2.2.3->1.47.2.2.2.4 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.47.2.2.2.3 retrieving revision 1.47.2.2.2.4 diff -u -r1.47.2.2.2.3 -r1.47.2.2.2.4 --- squid/src/client_side.c 2 Apr 2002 00:15:10 -0000 1.47.2.2.2.3 +++ squid/src/client_side.c 2 Apr 2002 00:21:47 -0000 1.47.2.2.2.4 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.47.2.2.2.3 2002/04/02 00:15:10 hno Exp $ + * $Id: client_side.c,v 1.47.2.2.2.4 2002/04/02 00:21:47 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -2722,7 +2722,6 @@ int parser_return_code = 0; request_t *request = NULL; int size; - void *p; method_t method; clientHttpRequest *http = NULL; clientHttpRequest **H = NULL;