Module Name: src
Committed By: mrg
Date: Thu Feb 28 09:16:42 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c
Log Message:
call this bozohttpd 20190228, and merge the CHANGES entries from the
previous release.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.112 -r1.113 src/libexec/httpd/bozohttpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/CHANGES
diff -u src/libexec/httpd/CHANGES:1.39 src/libexec/httpd/CHANGES:1.40
--- src/libexec/httpd/CHANGES:1.39 Sun Jan 27 04:40:57 2019
+++ src/libexec/httpd/CHANGES Thu Feb 28 09:16:42 2019
@@ -1,10 +1,11 @@
-$NetBSD: CHANGES,v 1.39 2019/01/27 04:40:57 dholland Exp $
+$NetBSD: CHANGES,v 1.40 2019/02/28 09:16:42 mrg Exp $
-changes in bozohttpd 20190121:
+changes in bozohttpd 20190228:
+ o extend timeout facility to ssl and stop servers hanging forever
+ if the client never sends anything. reported by Steffen in netbsd
+ PR#50655.
o don't display special files in the directory index. they aren't
served, but links to them are generated.
-
-changes in bozohttpd 20190116:
o fix CGI '+' parameter handling, some error checking, and a double
free. from [email protected]
o more directory indexing clean up. from [email protected]
Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.112 src/libexec/httpd/bozohttpd.c:1.113
--- src/libexec/httpd/bozohttpd.c:1.112 Thu Feb 28 08:28:21 2019
+++ src/libexec/httpd/bozohttpd.c Thu Feb 28 09:16:42 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.112 2019/02/28 08:28:21 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.113 2019/02/28 09:16:42 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@@ -109,7 +109,7 @@
#define INDEX_HTML "index.html"
#endif
#ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE "bozohttpd/20190121"
+#define SERVER_SOFTWARE "bozohttpd/20190228"
#endif
#ifndef PUBLIC_HTML
#define PUBLIC_HTML "public_html"