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 f3b2b00 commit cbc65a3Copy full SHA for cbc65a3
src/a2a/client/transports/jsonrpc.py
@@ -148,11 +148,10 @@ async def send_message_streaming(
148
)
149
150
modified_kwargs.setdefault(
151
- 'timeout', self.httpx_client.timeout.as_dict().get('read', None)
+ 'timeout', self.httpx_client.timeout.as_dict().get('read', None)
152
153
headers = dict(self.httpx_client.headers.items())
154
headers.update(modified_kwargs.get('headers', {}))
155
-
156
modified_kwargs['headers'] = headers
157
158
async with aconnect_sse(
0 commit comments