Yichun Zhang

Results 937 comments of Yichun Zhang

@ovoshlook It's your responsibility to ensure that only valid Lua file paths are passed to `content_by_lua_file`. File name extensions never matter here. In your example you should put your second...

@shileiyu you may want to look at the ngx_zeromq module: https://github.com/FRiCKLE/ngx_zeromq Also see my reply on the openresty-en mailing list: https://groups.google.com/d/msg/openresty-en/V8XSDntKH-Q/AV6zDCxRn9gJ

@guomeng306 maybe it's that scanner which needs to be fixed...if it blindly checks the version number only.

@dingjingzhen Try reducing the sampling time period and/or adding the command-line option `-DSTP_NO_OVERLOAD` to the stap command line inside the tool's source file.

@avninagraj To quote the documentation for this tool: > This script requires Nginx instances that have applied the latest dtrace patch. See the > dtrace-nginx project for more details. >...

@JacksonTian Will you please create a pull request for this? All the code is in this repo. Thanks!

@splitice We already specify custom download or upload servers in user's `~/.opmrc` file though the default settings point to `opm.openresty.org`. Basically the user can edit `~/.opmrc` to switch to her...

Which website? I think it's already listed on the opm site.

@pkking AFAIK, containers are always problematic when running systemtap tools. It needs a lot of work to get it right, if not impossible. One common mistake is not giving your...

@splitice Bytecode is not very portable (for example, LuaJIT 2.0, 2.1 and standard Lua 5.1 all use incompatible bytecode formats). So it does not make sense to do bytecode compilation...