Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
t/servroot/
t/error.log
luacov*
*.src.rock
lua-resty-http-*/
lua-resty-http-*.src.rock
lua-resty-http-*.tar.gz
2 changes: 1 addition & 1 deletion lib/resty/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end


local _M = {
_VERSION = '0.16',
_VERSION = '0.16.1',
}
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/http_headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
local str_lower = string.lower

local _M = {
_VERSION = '0.16',
_VERSION = '0.16.1',
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-http"
version = "0.16-0"
version = "0.16.1-0"
source = {
url = "git://github.com/ledgetech/lua-resty-http",
tag = "v0.16"
tag = "v0.16.1"
}
description = {
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
Expand Down