forked from pool/haproxy
Marcus Rueckert
55e4255fc5
0001-BUG-MAJOR-fix-listening-IP-address-storage-for-front.patch 0002-BUG-MINOR-fix-listening-IP-address-storage-for-front.patch 0003-DOC-Fix-typo-so-fetch-is-properly-parsed-by-Cyril-s-.patch 0004-BUG-MAJOR-http-fix-breakage-of-reqdeny-causing-rando.patch 0005-BUG-MEDIUM-stick-tables-fix-breakage-in-table-conver.patch 0006-BUG-MEDIUM-dns-unbreak-DNS-resolver-after-header-fix.patch 0007-BUILD-fix-build-on-Solaris-11.patch 0008-CLEANUP-connection-fix-double-negation-on-memcmp.patch 0009-BUG-MEDIUM-stats-show-servers-state-may-show-an-serv.patch 0010-BUG-MEDIUM-fix-risk-of-segfault-with-show-tls-keys.patch 0011-BUG-MEDIUM-sticktables-segfault-in-some-configuratio.patch 0012-BUG-MEDIUM-lua-converters-doesn-t-work.patch 0013-BUG-MINOR-http-add-header-header-name-copied-twice.patch 0014-BUG-MEDIUM-http-add-header-buffer-overwritten.patch OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=129
29 lines
916 B
Diff
29 lines
916 B
Diff
From 0c60f3790d6f177f123d4ae63d5f17868c789d12 Mon Sep 17 00:00:00 2001
|
|
From: Nenad Merdanovic <nmerdan@anine.io>
|
|
Date: Tue, 17 May 2016 03:31:21 +0200
|
|
Subject: [PATCH 03/14] DOC: Fix typo so fetch is properly parsed by Cyril's
|
|
converter
|
|
|
|
Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
|
|
(cherry picked from commit 1516fe31dddc9f50a8783db496072ea67db0adde)
|
|
---
|
|
doc/configuration.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/configuration.txt b/doc/configuration.txt
|
|
index 38bde30..d51d741 100644
|
|
--- a/doc/configuration.txt
|
|
+++ b/doc/configuration.txt
|
|
@@ -13043,7 +13043,7 @@ ssl_fc_has_sni : boolean
|
|
that the SSL library is build with support for TLS extensions enabled (check
|
|
haproxy -vv).
|
|
|
|
-ssl_fc_is_resumed: boolean
|
|
+ssl_fc_is_resumed : boolean
|
|
Returns true if the SSL/TLS session has been resumed through the use of
|
|
SSL session cache or TLS tickets.
|
|
|
|
--
|
|
2.6.6
|
|
|