summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/httpd/server_http.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/httpd/server_http.c b/usr.sbin/httpd/server_http.c
index e64de0d2f9c..414e297f082 100644
--- a/usr.sbin/httpd/server_http.c
+++ b/usr.sbin/httpd/server_http.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server_http.c,v 1.117 2017/05/15 10:40:47 jsg Exp $ */
+/* $OpenBSD: server_http.c,v 1.118 2017/12/14 21:19:47 benno Exp $ */
/*
* Copyright (c) 2006 - 2017 Reyk Floeter <reyk@openbsd.org>
@@ -875,6 +875,8 @@ server_abort_http(struct client *clt, unsigned int code, const char *msg)
case 301:
case 302:
case 303:
+ case 307:
+ case 308:
if (msg == NULL)
break;
memset(buf, 0, sizeof(buf));