]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: haproxy: remove old comment from 1.1 from the file header
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 16:59:41 +0000 (17:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 17:10:16 +0000 (18:10 +0100)
There was still a totally outdated comment speaking about issues
affecting solaris on 1.1.8pre4 (April 2002, 21 year-old)! This
proves that comments in headers are never read, so let's take this
opportunity for also removing the outdated one recommending to read
the "updated" RFC7230.

src/haproxy.c

index 6c3ffdfb11a7ec080d28eaffd4564104836bb003..1fa7b801ddc0c1c14a9d66006334386708a42183 100644 (file)
@@ -6,23 +6,6 @@
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version
  * 2 of the License, or (at your option) any later version.
- *
- * Please refer to RFC7230 - RFC7235 information about HTTP protocol, and
- * RFC6265 for information about cookies usage. More generally, the IETF HTTP
- * Working Group's web site should be consulted for protocol related changes :
- *
- *     http://ftp.ics.uci.edu/pub/ietf/http/
- *
- * Pending bugs (may be not fixed because never reproduced) :
- *   - solaris only : sometimes, an HTTP proxy with only a dispatch address causes
- *     the proxy to terminate (no core) if the client breaks the connection during
- *     the response. Seen on 1.1.8pre4, but never reproduced. May not be related to
- *     the snprintf() bug since requests were simple (GET / HTTP/1.0), but may be
- *     related to missing setsid() (fixed in 1.1.15)
- *   - a proxy with an invalid config will prevent the startup even if disabled.
- *
- * ChangeLog has moved to the CHANGELOG file.
- *
  */
 
 #define _GNU_SOURCE