Yiyiyimu commented on issue #2295: URL: https://github.com/apache/apisix/issues/2295#issuecomment-698996802
> [`etcd_cli:watchcancel`](https://github.com/api7/lua-resty-etcd/blob/9d5ed56b3231527a12543e9865e6bfb79a38427f/lib/resty/etcd/v3.lua#L685-L690) does close the http_cli of `watch`, which should ["close the current connection"](https://github.com/ledgetech/lua-resty-http#close), but it still could not fix this issue. > > I upload the modified version to #2299 for test As mentioned before, I choose to close the HTTP connection but not use the native etcd `cancel_request` since the native implementation is not working, and it is confirmed in https://github.com/etcd-io/etcd/issues/12333 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
