"frontend/src/views/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "32953405b1fc9a700d0f31b558400281ab3d5b24"
fix: distinguish client disconnection from upstream retry failure
Before this change, when a client disconnected mid-request, the error message was "Upstream request failed after retries", which is misleading and pollutes error logs. Now we check context.Err() to return a more accurate "Client disconnected" message for both Claude and Gemini forward paths.
Please register or sign in to comment