This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via d9227212da0e1412643a86677d48c4f0f0069dc6 (commit) from 71d51da31f7d045d1dab743df7e5582f27665d43 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d9227212da0e1412643a86677d48c4f0f0069dc6 Author: Christian Schmidt maniacikarus@ipfire.org Date: Fri Dec 3 09:49:43 2010 +0100
Fixed reply_body_max_size for new squid version.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/proxy.cgi | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 55d7ec9..a387d3e 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -3888,7 +3888,11 @@ END if (!-z $extgrp) { print FILE "reply_body_max_size 0 deny for_extended_users\n"; } } } -#FIX ME print FILE "reply_body_max_size $replybodymaxsize deny all\n\n"; + + if ( $replybodymaxsize != '0' ) + { + print FILE "reply_body_max_size $replybodymaxsize deny all\n\n"; + }
print FILE "visible_hostname"; if ($proxysettings{'VISIBLE_HOSTNAME'} eq '')
hooks/post-receive -- IPFire 2.x development tree