tweyseo

Results 9 issues of tweyseo

环境如下: ./configure --pcap-capture tcpcopy version:1.2.0 OS:ip192.25.103.42 TS:ip 192.25.106.106 AS:ip 192.25.106.105tc OS:tcpcopy -x 10080-192.25.106.106:10080 -s 192.25.106.105 -c 192.168.2.225 -F 'tcp and dst port 10080' -d TS:route add -host 192.168.2.225 gw 192.25.106.105...

1.i note the Limitation say "Doesn't support transactions operations: MULTI DISCARD EXEC WATCH", so i use eval, but after a failed test and some studied of your SC, i found...

recently, i use v0.20 to kafka_2.11-0.10.2.1, when `_fetch_api_versions`, it retrun 35(`UNSUPPORTED_VERSION`), so i try V3 to V0 [here](https://github.com/doujiang24/lua-resty-kafka/blob/v0.20/lib/resty/kafka/client.lua#L118), and V3 to V1 all return 35, but v0 return `close`, i...

the size of this response is more than 80k, `ngx.location.capture` return with `status` 200 and `truncate` false, but in fact it has been truncated, which i can get full response...

os: Red Hat Enterprise Linux Server release 7.3 openresy: 1.17.8.2 ngx_lua: 0.10.17 as the [document](https://github.com/openresty/lua-nginx-module#ngxexit) said: "When status >= 200 (i.e., ngx.HTTP_OK and above), it will interrupt the execution of...

we often specify `lua_package_path` in framework of ourself, but lj-lua-stacks.sxx just output the relative path that specify in `lua_package_path`, and sample-bt fail to process it, so can we fix lj-lua-stacks.sxx...

i use `openresty -V`, it gave: ``` nginx version: openresty/1.17.8.2 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled...

i found function `fetch_slots` between `lock` and `unlock` didn't operate on any shared resources, so may be the lock operation here was superfluous?