kwanhur

Results 37 comments of kwanhur

Any update on this issue? I caught `base64.decodestring` related problem at version 0.8.4, located at `main_cli.py` as beblow ```shell ➜ gitsome Gitsome Version: 0.8.4 kwanhur at C02P57TSG3QJ in ~ on...

* 公司:平安科技 * 产品:平安云智能网络运维平台 * 官网:[https://tech.pingan.com/](https://tech.pingan.com/)

> > > > want to return different response packets based on different httpstatus it's similar to Nginx [error_page](http://nginx.org/en/docs/http/ngx_http_core_module.html#error_page) directive, which returns a different response body based on the response...

If ok, suggest you disable all the plugins to eliminate their effects. Then enable plugin one by one.

hey @botsphp, could you explain what's the scenario and what's your expectation? Describe in more detail by `cURL`, pls. Maybe I can work on it when I get your intention.

Test cases cover IPv4 IPv6 CIDR and IPv6 loopback single address. I'm not sure if need to cover non-loopback address cases.

Yep, just run only `staticcheck`. `golangci-lint` could do the same, but it has to install both `staticcheck` and `golangci-lint`. Hopefully could separate them.

extend-identifiers is one solution, but it seems not such high-efficiency, we need to specify one by one, there're too many cipher suites in OpenSSL. In addition, I think it’s a...

I find one list of TLS cipher suites from IANA, see it [here](https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-4).