Kevin Wan

Results 346 comments of Kevin Wan
trafficstars

Please check this doc: https://go-zero.dev/docs/tutorials/http/server/response/ext

Not yet, but would you please contribute this kind of plugin? Thanks!

The code is looking like below, it should meet your requirements. Please check. ```go // Flush implements the Flusher interface. func (tw *timeoutWriter) Flush() { flusher, ok := tw.w.(http.Flusher) if...

What's the scenarios that you need this feature?

0.0.0.0 might be from your configuration. We didn't write any 0.0.0.0 for etcd config. Better to upgrade go-zero to latest version, we've updated etcd client lib.

Would you please submit a PR? And we can have a discussion on this.

950 means 95% of your cpu limit. And 95% is a moving average value, you can consider it as the average value of last 5 seconds.

Thanks for your PR! Would you please let me know why we need to upgrade go to 1.21?