Update litellm/proxy/proxy_server.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
ryan-crabbe 2026-02-18 15:00:10 -08:00 committed by GitHub
parent 97bc998943
commit de8552d92c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5153,7 +5153,7 @@ async def async_data_generator(
if hasattr(response, "aclose"):
try:
await response.aclose()
except Exception as e:
except BaseException as e:
verbose_proxy_logger.debug(
"async_data_generator: error closing response stream: %s",
e,