]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: mention lighttpd 1.4.46 implements PROXY
authorGlenn Strauss <gstrauss@gluelogic.com>
Wed, 5 Apr 2017 05:51:37 +0000 (01:51 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Apr 2017 06:42:39 +0000 (08:42 +0200)
lighttpd 1.4.46 implements PROXY v1 and v2 for incoming connections.

doc/proxy-protocol.txt

index 358bce0a4172aaf654625139ae0cfc491196929a..4969180ad94d3a5d3b84796050a4a55003ff62d8 100644 (file)
@@ -724,6 +724,9 @@ Squid added support for versions 1 and 2 of the protocol in version 3.5 [7].
 
 Jetty 9.3.0 supports protocol version 1.
 
+lighttpd added support for versions 1 and 2 of the protocol for incoming
+connections in version 1.4.46 [11].
+
 The protocol is simple enough that it is expected that other implementations
 will appear, especially in environments such as SMTP, IMAP, FTP, RDP where the
 client's address is an important piece of information for the server and some
@@ -913,6 +916,7 @@ The following links were referenced in the document.
 [8] https://tools.ietf.org/html/rfc4960#appendix-B
 [9] https://tools.ietf.org/rfc/rfc7301.txt
 [10] https://www.ietf.org/rfc/rfc3546.txt
+[11] https://redmine.lighttpd.net/issues/2804
 
 9. Sample code