PageIndex/pageindex/backend
mountain 4a6a948ac2 style(cloud): annotate best-effort response-close in query_stream cleanup
Replace the bare `except Exception: pass` around resp.close() in the
query_stream finally block with an explanatory comment and a debug log
(flagged by github-code-quality on PR #272). Behavior unchanged — the
close is best-effort to unblock the background thread.

Claude-Session: https://claude.ai/code/session_01Kx5DgKbhK1N8autqXH8SmS
2026-07-07 16:02:33 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py style(cloud): annotate best-effort response-close in query_stream cleanup 2026-07-07 16:02:33 +08:00
local.py fix: dedup race, cwd-relative image paths, unencoded legacy URLs 2026-07-07 12:06:58 +08:00
protocol.py refactor(sdk): typed returns, protocol contract, parser layering 2026-07-07 12:15:34 +08:00