Merge remote-tracking branch 'origin'
This commit is contained in:
commit
6c45ccb3b9
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ M.HTTP_CODE["403"] = ngx.HTTP_FORBIDDEN
|
|||
M.HTTP_CODE["404"] = ngx.HTTP_NOT_FOUND
|
||||
M.HTTP_CODE["405"] = ngx.HTTP_NOT_ALLOWED
|
||||
M.HTTP_CODE["406"] = ngx.HTTP_NOT_ACCEPTABLE
|
||||
M.HTTP_CODE["444"] = ngx.HTTP_CLOSE
|
||||
M.HTTP_CODE["500"] = ngx.HTTP_INTERNAL_SERVER_ERROR
|
||||
|
||||
function M.read_file(path)
|
||||
|
@ -54,4 +55,4 @@ function M.table_len(table)
|
|||
return count
|
||||
end
|
||||
|
||||
return M
|
||||
return M
|
||||
|
|
Loading…
Reference in a new issue