diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-29 10:42:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-29 10:42:13 +0000 |
commit | 3d4d28a80e32ea4d8acbb077f31d46cd1438c463 (patch) | |
tree | 660e1a68940905a2d07e4a9a8cb26d4363cced06 /www/squid31 | |
parent | 78fd9726648eb4fb5af2eac27e03e4af293168e7 (diff) | |
download | ports-3d4d28a80e32ea4d8acbb077f31d46cd1438c463.tar.gz ports-3d4d28a80e32ea4d8acbb077f31d46cd1438c463.zip |
Sync follow-XFF with the latest vendor patch.
PR: ports/76801
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=127593
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/files/follow_xff-2.5.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid31/files/follow_xff-2.5.patch b/www/squid31/files/follow_xff-2.5.patch index 767de5d2dfbc..e6f5391c63f8 100644 --- a/www/squid31/files/follow_xff-2.5.patch +++ b/www/squid31/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; |