summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/patch-2804-bug2341
blob: 00a9ee80544ba45bbe3653291599360ad6e7c529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Index: src/connections.c
===================================================================
--- src/connections.c	(revision 2803)
+++ src/connections.c	(revision 2804)
@@ -445,6 +445,7 @@
 		default:
 			switch(con->http_status) {
 			case 400: /* bad request */
+			case 401: /* authorization required */
 			case 414: /* overload request header */
 			case 505: /* unknown protocol */
 			case 207: /* this was webdav */