luajit
Here are 411 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Lua
Here is a FAQ(How APISIX use etcd to update the configuration in milliseconds) in Chinese.
APISIX利用etcd如何实现毫秒级别的配置同步
etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否发生变更,如果发生变更,返回更新的数据。
以waitdir接口为例:
syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [, timeout:uint] ])
其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。
APISIX关于etcd长连接时间的配置如下:
etcd:
host:
-
Updated
Apr 17, 2020 - Lua
-
Updated
Oct 28, 2020 - C++
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
-
Updated
Oct 28, 2020 - Ruby
-
Updated
Nov 5, 2019 - Lua
-
Updated
Oct 12, 2020 - Lua
-
Updated
Aug 22, 2020 - C
-
Updated
Jan 9, 2019 - Perl
-
Updated
Oct 26, 2020 - C++
-
Updated
Jul 28, 2020 - C
-
Updated
Aug 19, 2020 - Lua
-
Updated
Aug 15, 2020 - Lua
-
Updated
Apr 17, 2020 - Lua
-
Updated
Oct 27, 2020 - Lua
-
Updated
Sep 5, 2019 - Lua
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti
-
Updated
Oct 21, 2020 - C
Dart-lang
Language request for Dart.
-
Updated
Jul 14, 2020 - C
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://