diff options
Diffstat (limited to 'www/squid30/files/follow_xff-2.5.patch')
-rw-r--r-- | www/squid30/files/follow_xff-2.5.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid30/files/follow_xff-2.5.patch b/www/squid30/files/follow_xff-2.5.patch index b3096c6d5ba4..3c08e0a7c398 100644 --- a/www/squid30/files/follow_xff-2.5.patch +++ b/www/squid30/files/follow_xff-2.5.patch @@ -370,11 +370,11 @@ Index: src/delay_pools.c acl_deny_info_list *denyInfoList; struct _authConfig { *************** -*** 1620,1625 **** ---- 1628,1638 ---- - unsigned int internal:1; +*** 1623,1628 **** +--- 1631,1641 ---- unsigned int body_sent:1; unsigned int reset_tcp:1; + unsigned int must_keepalive:1; + #if FOLLOW_X_FORWARDED_FOR + /* XXX this flag could be eliminated; + * see comments in clientAccessCheck */ |