We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c128 commit 1f5e180Copy full SHA for 1f5e180
src/a2a/server/apps/rest/rest_adapter.py
@@ -126,7 +126,6 @@ async def _handle_streaming_request(
126
try:
127
await request.body()
128
except (ValueError, RuntimeError, OSError) as e:
129
- logger.warning('Failed to pre-consume request body: %s', e)
130
raise ServerError(
131
error=InvalidRequestError(
132
message=f'Failed to pre-consume request body: {e}'
0 commit comments