We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7debfc9 + f4e81d9 commit 0b54603Copy full SHA for 0b54603
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.2 - 2017-05-28
2
3
- Remove broken http.server `.client_timeout` option (replaced with `.connection_setup_timeout`)
4
- Fix http1 pipelining locks
http/version.lua
@@ -5,5 +5,5 @@ It should be updated as part of the release process
5
6
return {
7
name = "lua-http";
8
- version = "0.1";
+ version = "0.2";
9
}
0 commit comments