diff --git a/core/httpd.js b/core/httpd.js index 36272307..97e58a78 100644 --- a/core/httpd.js +++ b/core/httpd.js @@ -96,6 +96,7 @@ function Response(request, client) { 303: 'See other', 304: 'Not Modified', 400: 'Bad Request', + 401: 'Unauthorized', 403: 'Forbidden', 404: 'File not found', 500: 'Internal server error',