diff options
author | krion <krion@FreeBSD.org> | 2005-01-29 18:42:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-29 18:42:13 +0800 |
commit | ce05d86099d21cbad9bf6c8ae1114bf4630d8648 (patch) | |
tree | 62930c15091eaff6f5da8d24e1d5fb3d01686037 /www/squid25 | |
parent | 7602f882839fff93e16aec9a52ad17594d67915e (diff) | |
download | freebsd-ports-gnome-ce05d86099d21cbad9bf6c8ae1114bf4630d8648.tar.gz freebsd-ports-gnome-ce05d86099d21cbad9bf6c8ae1114bf4630d8648.tar.zst freebsd-ports-gnome-ce05d86099d21cbad9bf6c8ae1114bf4630d8648.zip |
Sync follow-XFF with the latest vendor patch.
PR: ports/76801
Submitted by: maintainer
Diffstat (limited to 'www/squid25')
-rw-r--r-- | www/squid25/files/follow_xff-2.5.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid25/files/follow_xff-2.5.patch b/www/squid25/files/follow_xff-2.5.patch index 767de5d2dfbc..e6f5391c63f8 100644 --- a/www/squid25/files/follow_xff-2.5.patch +++ b/www/squid25/files/follow_xff-2.5.patch @@ -345,11 +345,11 @@ Index: src/structs.h *** src/structs.h.orig Wed Oct 6 00:56:14 2004 --- src/structs.h Mon Oct 18 20:23:13 2004 *************** -*** 606,611 **** ---- 606,616 ---- - int request_entities; - int detect_broken_server_pconns; - int balance_on_multiple_ip; +*** 609,614 **** +--- 609,619 ---- + int relaxed_header_parser; + int accel_uses_host_header; + int accel_no_pmtu_disc; + #if FOLLOW_X_FORWARDED_FOR + int acl_uses_indirect_client; + int delay_pool_uses_indirect_client; |