about summary refs log tree commit homepage
path: root/public-inbox.cgi
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-16 02:17:14 +0000
committerEric Wong <e@80x24.org>2015-08-16 07:22:58 +0000
commit57cf47ec49dee9f919460840ae94074ff807b695 (patch)
tree77331235f7033c6846705899962d5e2e55c6dee7 /public-inbox.cgi
parent91e579a19735ba6ddd3cdee95795801732500c3e (diff)
downloadpublic-inbox-57cf47ec49dee9f919460840ae94074ff807b695.tar.gz
This should bring up nearly the entire thread a given
Message-ID is linked to.
Diffstat (limited to 'public-inbox.cgi')
-rwxr-xr-xpublic-inbox.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-inbox.cgi b/public-inbox.cgi
index 57935c50..ed0f12c8 100755
--- a/public-inbox.cgi
+++ b/public-inbox.cgi
@@ -29,6 +29,7 @@ if (@ARGV && $ARGV[0] eq 'static') {
                 301 => 'Moved Permanently',
                 404 => 'Not Found',
                 405 => 'Method Not Allowed',
+                501 => 'Not Implemented',
         );
 
         print "Status: $status $codes{$status}\r\n";