|
Lines 1-17
Link Here
|
| 1 |
Index: bin/varnishd/cache_fetch.c |
|
|
| 2 |
=================================================================== |
| 3 |
--- bin/varnishd/cache_fetch.c (revision 5460) |
| 4 |
+++ bin/varnishd/cache_fetch.c (revision 5461) |
| 5 |
@@ -552,9 +552,11 @@ |
| 6 |
assert(uu == sp->obj->len); |
| 7 |
} |
| 8 |
|
| 9 |
- if (mklen > 0) |
| 10 |
+ if (mklen > 0) { |
| 11 |
+ http_Unset(sp->obj->http, H_Content_Length); |
| 12 |
http_PrintfHeader(sp->wrk, sp->fd, sp->obj->http, |
| 13 |
"Content-Length: %u", sp->obj->len); |
| 14 |
+ } |
| 15 |
|
| 16 |
if (http_HdrIs(hp, H_Connection, "close")) |
| 17 |
cls = 1; |