diff options
author | Steven Barth <steven@midlink.org> | 2008-08-27 08:53:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-27 08:53:40 +0000 |
commit | d463d0b8357764ca9018549fa624c428f56fcd87 (patch) | |
tree | 5ef47bb6549a33c40415774b949fa23be5cfd3cb /libs/http | |
parent | 9d0c00590d2e232d66588567da2048fc64ef940a (diff) |
Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
Minor bugfixes
Diffstat (limited to 'libs/http')
-rw-r--r-- | libs/http/luasrc/http/protocol.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua index c80380e97..fd0a046f6 100644 --- a/libs/http/luasrc/http/protocol.lua +++ b/libs/http/luasrc/http/protocol.lua @@ -672,6 +672,7 @@ end statusmsg = { [200] = "OK", [301] = "Moved Permanently", + [302] = "Found", [304] = "Not Modified", [400] = "Bad Request", [403] = "Forbidden", |