澄潭

Results 466 comments of 澄潭

@maennchen Your lua code is incorrect. lua's indices start at 1 instead of 0. So the code should be as follows: ```lua function envoy_on_request(request_handle) local streamInfo = request_handle:streamInfo() if streamInfo:requestedServerName()...

https://www.anquanke.com/post/id/209102 这个CVE严重安全缺陷,需要升级到2.7.7,请问这个版本推荐安全使用了吗

Hi @anuraaga, thank you for the information and the work you have done in this repo to benefit us. We currently work around this issue by identifying whether the http...

Based on my understanding of Go's native GC, the GC process is parallel to the execution of user code. It does not perform GC during the memory allocation process like...

一点建议,看是否可以简单调整优化下: 1. 目前hgctl的功能很多,可以在文档开头列举一下hgctl可以做哪些事情,然后加锚点链接到下面的段落中 2. 每个功能段落尽量简单,有一个example说明如何使用即可,详细的可以让用户看help命令的输出 3. profile的说明比较复杂,大部分用户使用默认的最佳实践配置即可,其实不需要关心,建议放在文章最后

@tomkerkhove I'm glad to have your attention, we already have plan to provide the complete English document, maybe in then end of April.

Thanks for the suggestion, this is a website project and we are planning to refactor with the new website framework, this will be taken into account when refactoring.

@alyssawilk You are right, I realize that it is inaccurate to solve this issue by simply not clearing the hop-by-hop headers. Sorry for not updating my understanding of this solution...