about summary refs log tree commit homepage
path: root/public-inbox.cgi
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-02 02:37:23 +0000
committerEric Wong <e@80x24.org>2015-09-02 06:51:27 +0000
commitb872759b28cd4726b9f16f5214d042fdc50b1e93 (patch)
treef26f6f4a668df384ba6e4722d7eedef4058d013b /public-inbox.cgi
parent1151816fc42c7d69c2417d58abb31d214ad06780 (diff)
downloadpublic-inbox-b872759b28cd4726b9f16f5214d042fdc50b1e93.tar.gz
Currently, this looks at other public-inbox configurations
served in the same process.  In the future, it will generate
links to other Message-ID lookup endpoints.
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 75d510c0..1fcc04fa 100755
--- a/public-inbox.cgi
+++ b/public-inbox.cgi
@@ -18,6 +18,7 @@ BEGIN {
         %HTTP_CODES = (
                 200 => 'OK',
                 301 => 'Moved Permanently',
+                302 => 'Found',
                 404 => 'Not Found',
                 405 => 'Method Not Allowed',
                 501 => 'Not Implemented',