]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE4-redirlog.patch
- added Source{0,1,4}-size
[packages/squid.git] / squid-2.5.STABLE4-redirlog.patch
1 Index: squid/src/client_side.c
2 diff -c squid/src/client_side.c:1.561.2.49 squid/src/client_side.c:1.561.2.50
3 *** squid/src/client_side.c:1.561.2.49  Sun Dec 14 06:40:46 2003
4 --- squid/src/client_side.c     Sun Dec 21 09:30:25 2003
5 ***************
6 *** 2527,2533 ****
7         storeReleaseRequest(http->entry);
8         httpRedirectReply(rep, http->redirect.status, http->redirect.location);
9         httpReplySwapOut(rep, http->entry);
10 !       httpReplyDestroy(rep);
11         storeComplete(http->entry);
12         return;
13       }
14 --- 2527,2533 ----
15         storeReleaseRequest(http->entry);
16         httpRedirectReply(rep, http->redirect.status, http->redirect.location);
17         httpReplySwapOut(rep, http->entry);
18 !       httpReplyAbsorb(http->entry->mem_obj->reply, rep);
19         storeComplete(http->entry);
20         return;
21       }
This page took 0.139077 seconds and 3 git commands to generate.