--------------------- PatchSet 11348 Date: 2007/03/20 21:25:11 Author: hno Branch: HEAD Tag: (none) Log: Fix assertion error on TRACE error introduced in 2.6.PRE2 when changing the semantics of httpReplySwapOut Members: src/client_side.c:1.717->1.718 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid/squid/src/client_side.c,v retrieving revision 1.717 retrieving revision 1.718 diff -u -r1.717 -r1.718 --- squid/src/client_side.c 19 Mar 2007 01:21:17 -0000 1.717 +++ squid/src/client_side.c 20 Mar 2007 21:25:11 -0000 1.718 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.717 2007/03/19 01:21:17 swilton Exp $ + * $Id: client_side.c,v 1.718 2007/03/20 21:25:11 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -3249,7 +3249,6 @@ rep = httpReplyCreate(); httpReplySetHeaders(rep, HTTP_OK, NULL, "text/plain", httpRequestPrefixLen(r), -1, squid_curtime); httpReplySwapOut(rep, http->entry); - httpReplyDestroy(rep); httpRequestSwapOut(r, http->entry); storeComplete(http->entry); return;