Files
openclaw/extensions
Monkey-wusky b98b8e7313 fix(googlechat): cancel non-OK cert fetch response body before throwing (#109519)
* fix(googlechat): cancel non-OK cert fetch response body before throwing

When fetchChatCerts receives a non-OK response from the Google Chat
cert endpoint, it throws without cancelling the response body.
Cancel the body before throwing, matching the pattern established
in reef guard adapters (#109196) and fetchOpenRouterModels.

* test(googlechat): cover cert response cancellation

Co-authored-by: 毛宇豪0668001457 <mao.yuhao@xydigit.com>

* test(googlechat): satisfy strict call-order types

Co-authored-by: 毛宇豪0668001457 <mao.yuhao@xydigit.com>

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-16 21:52:45 -07:00
..