File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- UNRELEASED
1+ 0.2 - 2017-05-28
22
33 - Remove broken http.server `.client_timeout` option (replaced with `.connection_setup_timeout`)
44 - Fix http1 pipelining locks
Original file line number Diff line number Diff line change 11package = " http"
2- version = " scm -0"
2+ version = " 0.2 -0"
33
44description = {
55 summary = " HTTP library for Lua" ;
@@ -8,7 +8,8 @@ description = {
88}
99
1010source = {
11- url = " git+https://github.com/daurnimator/lua-http.git" ;
11+ url = " https://github.com/daurnimator/lua-http/archive/v0.2.zip" ;
12+ dir = " lua-http-0.2" ;
1213}
1314
1415dependencies = {
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ It should be updated as part of the release process
55
66return {
77 name = " lua-http" ;
8- version = " 0.1 " ;
8+ version = " 0.2 " ;
99}
You can’t perform that action at this time.
0 commit comments