diff options
Diffstat (limited to 'www/varnish/files/patch-svn-r1751')
-rw-r--r-- | www/varnish/files/patch-svn-r1751 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/varnish/files/patch-svn-r1751 b/www/varnish/files/patch-svn-r1751 new file mode 100644 index 000000000000..22eb2938b56a --- /dev/null +++ b/www/varnish/files/patch-svn-r1751 @@ -0,0 +1,12 @@ +Index: bin/varnishd/cache_response.c +=================================================================== +--- bin/varnishd/cache_response.c (revision 1750) ++++ bin/varnishd/cache_response.c (revision 1751) +@@ -50,6 +50,7 @@ + + /* synthesize error page and send it */ + SYN_ErrorPage(sp, code, reason, 0); ++ RES_BuildHttp(sp); + RES_WriteObj(sp); + + /* GC the error page */ |