Index: squid/src/client_side.c diff -c squid/src/client_side.c:1.561.2.49 squid/src/client_side.c:1.561.2.50 *** squid/src/client_side.c:1.561.2.49 Sun Dec 14 06:40:46 2003 --- squid/src/client_side.c Sun Dec 21 09:30:25 2003 *************** *** 2527,2533 **** storeReleaseRequest(http->entry); httpRedirectReply(rep, http->redirect.status, http->redirect.location); httpReplySwapOut(rep, http->entry); ! httpReplyDestroy(rep); storeComplete(http->entry); return; } --- 2527,2533 ---- storeReleaseRequest(http->entry); httpRedirectReply(rep, http->redirect.status, http->redirect.location); httpReplySwapOut(rep, http->entry); ! httpReplyAbsorb(http->entry->mem_obj->reply, rep); storeComplete(http->entry); return; }