401 Unauthorized is an error response we send.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4117 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-01-12 00:01:47 +00:00
parent 4d4cc92150
commit a5ba014736

View File

@ -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',