File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44-- Date: 16.03.14
55--
66
7- ngx .header [" Server" ] = " wiola/Lua v0.4 .0"
7+ ngx .header [" Server" ] = " wiola/Lua v0.5 .0"
88
99local wsProto = ngx .req .get_headers ()[" Sec-WebSocket-Protocol" ]
1010
Original file line number Diff line number Diff line change 55--
66
77local _M = {
8- _VERSION = ' 0.4 .0' ,
8+ _VERSION = ' 0.5 .0' ,
99}
1010
1111_M .__index = _M
@@ -16,7 +16,7 @@ setmetatable(_M, {
1616 end })
1717
1818local wamp_features = {
19- agent = " wiola/Lua v0.4 .0" ,
19+ agent = " wiola/Lua v0.5 .0" ,
2020 roles = {
2121 broker = {
2222 features = {
Original file line number Diff line number Diff line change 44-- Date: 16.03.14
55--
66
7- ngx .header [" Server" ] = " wiola/Lua v0.4 .0"
7+ ngx .header [" Server" ] = " wiola/Lua v0.5 .0"
88
99local wsProto = ngx .req .get_headers ()[" Sec-WebSocket-Protocol" ]
1010
Original file line number Diff line number Diff line change 77require " debug.var_dump"
88
99local _M = {
10- _VERSION = ' 0.4 .0' ,
10+ _VERSION = ' 0.5 .0' ,
1111}
1212
1313_M .__index = _M
@@ -18,7 +18,7 @@ setmetatable(_M, {
1818 end })
1919
2020local wamp_features = {
21- agent = " wiola/Lua v0.4 .0" ,
21+ agent = " wiola/Lua v0.5 .0" ,
2222 roles = {
2323 broker = {
2424 features = {
You can’t perform that action at this time.
0 commit comments