Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/
Date: Sun, 26 Nov 2017 23:23:43
Message-Id: 1511738571.70932898d1d2be67eb35cd413054a42e2d8f2fe4.soap@gentoo
1 commit: 70932898d1d2be67eb35cd413054a42e2d8f2fe4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:51:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:22:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70932898
7
8 net-proxy/haproxy: [QA] Consistent whitespace in metadata.xml
9
10 net-proxy/haproxy/metadata.xml | 20 ++++++++++----------
11 1 file changed, 10 insertions(+), 10 deletions(-)
12
13 diff --git a/net-proxy/haproxy/metadata.xml b/net-proxy/haproxy/metadata.xml
14 index ddb31ac2bb8..017b2b8ad09 100644
15 --- a/net-proxy/haproxy/metadata.xml
16 +++ b/net-proxy/haproxy/metadata.xml
17 @@ -6,17 +6,17 @@
18 <name>Christian Ruppert</name>
19 </maintainer>
20 <longdescription>
21 -HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.
22 + HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.
23
24 -It can:
25 - - route HTTP requests depending on statically assigned cookies
26 - - spread the load among several servers while assuring server persistence through the use of HTTP cookies
27 - - switch to backup servers in the event a main one fails
28 - - accept connections to special ports dedicated to service monitoring
29 - - stop accepting connections without breaking existing ones
30 - - add/modify/delete HTTP headers both ways
31 - - block requests matching a particular pattern
32 -Its event-driven architecture allows it to easily handle thousands of simultaneous connections on hundreds of instances without risking the system's stability.
33 + It can:
34 + - route HTTP requests depending on statically assigned cookies
35 + - spread the load among several servers while assuring server persistence through the use of HTTP cookies
36 + - switch to backup servers in the event a main one fails
37 + - accept connections to special ports dedicated to service monitoring
38 + - stop accepting connections without breaking existing ones
39 + - add/modify/delete HTTP headers both ways
40 + - block requests matching a particular pattern
41 + Its event-driven architecture allows it to easily handle thousands of simultaneous connections on hundreds of instances without risking the system's stability.
42 </longdescription>
43 <use>
44 <flag name="net_ns">Enable network namespace support (CONFIG_NET_NS)</flag>