roc

Results 87 comments of roc
trafficstars

看能否提取成公开可复现代码,这样好排查

关键点在这里: ```go r.Headers = Req.Header.Clone() ``` Req.Header 是用 `http.ReadRequest` 从 `reqtext` 中解析出来的,而 reqtext 里包含了 `Accept-Encoding` 的 header,也就是说,显式给 Request 设置了 `Accept-Encoding` 这个 header,而显式设置 `Accept-Encoding` 意味着需要用户自行去解压缩。只有不显式设置 `Accept-Encoding` 才会自动解压缩,标准库也是这样的,你可以试下

> 噢噢,那只要把`Accept-Encoding: gzip, deflate`去掉就行了咯? 是的

See that the error is related to dump. How do you use dump?

Is there code to reproduce it?

Can't reproduce in my environment, looking at the stack of panic, the `bytes.Buffer` of `go1.17.9` is out of range when `grow()`. Has the go standard library used for compilation been...

update: cert-manager-webhook-dnspod 换成了我自己开发的,支持最新 cert-manager,接入腾讯云API密钥(dnspod官方推荐方式,不用apiID和apiToken)

> @wanggaolin > 你这个解决了吗 用localdns是比较常见的解决方法

> @wanggaolin > lcoaldns我也是测试了没有什么效果,解析时间都比较长,是无法满足业务需求的 那估计不是同一个问题了,可以 conntrack -S 看下 insert_failed 有没有持续增长,没有增长说明是其它问题