澄潭
澄潭
@hanxiantao 可以的
@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...