File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.4 - 2021-02-06
2
+
3
+ - Support multiple elliptic curves under OpenSSL 1.1.1+ (#150)
4
+ - Improve support for Lua 5.4 (not longer require bit library to be installed) (#180)
5
+ - Ignore delayed RST_STREAM frames in HTTP 2 (#145)
6
+
7
+
1
8
0.3 - 2019-02-13
2
9
3
10
- Fix incorrect Sec-WebSocket-Protocol negotiation
Original file line number Diff line number Diff line change 1
1
package = " http"
2
- version = " scm -0"
2
+ version = " 0.4 -0"
3
3
4
4
description = {
5
5
summary = " HTTP library for Lua" ;
@@ -8,7 +8,8 @@ description = {
8
8
}
9
9
10
10
source = {
11
- url = " git+https://github.com/daurnimator/lua-http.git" ;
11
+ url = " https://github.com/daurnimator/lua-http/archive/v0.4.zip" ;
12
+ dir = " lua-http-0.4" ;
12
13
}
13
14
14
15
dependencies = {
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ It should be updated as part of the release process
5
5
6
6
return {
7
7
name = " lua-http" ;
8
- version = " scm " ;
8
+ version = " 0.4 " ;
9
9
}
You can’t perform that action at this time.
0 commit comments